We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9198e commit 5086764Copy full SHA for 5086764
pom.xml
@@ -228,7 +228,23 @@
228
<repository>
229
<id>spring-libs-snapshot</id>
230
<url>https://repo.spring.io/libs-snapshot</url>
231
+ <snapshots>
232
+ <enabled>true</enabled>
233
+ </snapshots>
234
</repository>
235
</repositories>
236
237
+ <pluginRepositories>
238
+ <pluginRepository>
239
+ <id>spring-libs-milestone</id>
240
+ <url>https://repo.spring.io/libs-milestone</url>
241
+ </pluginRepository>
242
243
+ <id>spring-libs-snapshot</id>
244
+ <url>https://repo.spring.io/libs-snapshot</url>
245
246
247
248
249
+ </pluginRepositories>
250
</project>
0 commit comments