Skip to content

Commit 13d653b

Browse files
committed
Ajustando repositorios do spring
1 parent 06d9622 commit 13d653b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

+12
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
</build>
7171

7272
<pluginRepositories>
73+
7374
<pluginRepository>
7475
<id>central</id>
7576
<name>Central Repository</name>
@@ -82,6 +83,17 @@
8283
<updatePolicy>never</updatePolicy>
8384
</releases>
8485
</pluginRepository>
86+
87+
<pluginRepository>
88+
<id>spring-snapshots</id>
89+
<url>https://repo.spring.io/snapshot</url>
90+
</pluginRepository>
91+
92+
<pluginRepository>
93+
<id>spring-milestones</id>
94+
<url>https://repo.spring.io/milestone</url>
95+
</pluginRepository>
96+
8597
</pluginRepositories>
8698
<repositories>
8799
<repository>

0 commit comments

Comments
 (0)