There was an error while loading. Please reload this page.
2 parents 8010f6e + 4bdef4d commit 9234801Copy full SHA for 9234801
spring-boot-parent/pom.xml
@@ -846,6 +846,22 @@
846
<enabled>false</enabled>
847
</snapshots>
848
</pluginRepository>
849
+<pluginRepository>
850
+<id>spring-milestones</id>
851
+<name>Spring Milestones</name>
852
+<url>http://repo.spring.io/milestone</url>
853
+<snapshots>
854
+<enabled>false</enabled>
855
+</snapshots>
856
+</pluginRepository>
857
858
+<id>spring-snapshots</id>
859
+<name>Spring Snapshots</name>
860
+<url>http://repo.spring.io/snapshot</url>
861
862
+<enabled>true</enabled>
863
864
865
</pluginRepositories>
866
</profile>
867
<profile>
0 commit comments