Skip to content

Commit b2c1bd9

Browse files
authored
Remove repo.spring.io
The FP workflows are failing due to this repo being unauthorised for access. Not sure how it was working before unless there was an authentication token somewhere, as anonymous access I believe was blocked some time ago. Do we need this here, or is Maven Central good enough?
1 parent bebb431 commit b2c1bd9

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/files/maven-pom.middle

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@
1313
<id>itext</id>
1414
<url>https://repo.itextsupport.com/releases</url>
1515
</repository>
16-
<repository>
17-
<id>spring</id>
18-
<name>spring</name>
19-
<url>https://repo.spring.io/release/</url>
20-
</repository>
2116

2217
<repository>
2318
<name>mavengoogle</name>
@@ -87,4 +82,4 @@
8782
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
8883
</pluginRepository>
8984
</pluginRepositories>
90-
<dependencies>
85+
<dependencies>

0 commit comments

Comments
 (0)