We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d9622 commit 13d653bCopy full SHA for 13d653b
pom.xml
@@ -70,6 +70,7 @@
70
</build>
71
72
<pluginRepositories>
73
+
74
<pluginRepository>
75
<id>central</id>
76
<name>Central Repository</name>
@@ -82,6 +83,17 @@
82
83
<updatePolicy>never</updatePolicy>
84
</releases>
85
</pluginRepository>
86
87
+ <pluginRepository>
88
+ <id>spring-snapshots</id>
89
+ <url>https://repo.spring.io/snapshot</url>
90
+ </pluginRepository>
91
92
93
+ <id>spring-milestones</id>
94
+ <url>https://repo.spring.io/milestone</url>
95
96
97
</pluginRepositories>
98
<repositories>
99
<repository>
0 commit comments