Skip to content

Commit b28e822

Browse files
ksroda-saclaude
andcommitted
fix(java): declare Shibboleth repo in saml-sp-login pom
OpenSAML 4.x (transitive dep of spring-security-saml2-service-provider) is hosted on build.shibboleth.net, not Maven Central — without this repo declared, dependency resolution fails on a clean cache (e.g. CI). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 37a3301 commit b28e822

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

samples/java/saml-sp-login/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,15 @@
2020
<java.version>21</java.version>
2121
</properties>
2222

23+
<!-- OpenSAML (transitive dep of spring-security-saml2-service-provider) is
24+
hosted on Shibboleth's repo, not Maven Central. -->
25+
<repositories>
26+
<repository>
27+
<id>shibboleth</id>
28+
<url>https://build.shibboleth.net/maven/releases/</url>
29+
</repository>
30+
</repositories>
31+
2332
<dependencies>
2433
<dependency>
2534
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)