Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit f8f533f

Browse files
committed
Attempt to add libs-release-local to plugin config
1 parent 23867bf commit f8f533f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,14 @@
446446
<enabled>false</enabled>
447447
</snapshots>
448448
</pluginRepository>
449+
<pluginRepository>
450+
<id>spring-releases</id>
451+
<name>Spring Releases</name>
452+
<url>https://repo.spring.io/libs-release-local</url>
453+
<snapshots>
454+
<enabled>false</enabled>
455+
</snapshots>
456+
</pluginRepository>
449457
</pluginRepositories>
450458
</profile>
451459
</profiles>

0 commit comments

Comments
 (0)