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 f05359c commit 09e9addCopy full SHA for 09e9add
pom.xml
@@ -44,6 +44,11 @@
44
<id>spring-libs-snapshot</id>
45
<url>https://repo.spring.io/snapshot</url>
46
</pluginRepository>
47
+ <pluginRepository>
48
+ <id>repository.spring.release</id>
49
+ <name>Spring GA Repository</name>
50
+ <url>https://repo.spring.io/plugins-release/</url>
51
+ </pluginRepository>
52
</pluginRepositories>
53
54
<dependencies>
0 commit comments