Skip to content

Commit 09e9add

Browse files
committed
fix building error - add pluginRepository for spring release.
1 parent f05359c commit 09e9add

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@
4444
<id>spring-libs-snapshot</id>
4545
<url>https://repo.spring.io/snapshot</url>
4646
</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>
4752
</pluginRepositories>
4853

4954
<dependencies>

0 commit comments

Comments
 (0)