This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch coheigea/saml-refactor-new
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/coheigea/saml-refactor-new by
this push:
new 90f74e927 Moving Shibboleth repo setting into saml pom
90f74e927 is described below
commit 90f74e927f5a2fabb7abe679e8d1b68dca043272
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Jun 27 10:03:31 2025 +0100
Moving Shibboleth repo setting into saml pom
---
pom.xml | 8 --------
ws-security-saml/pom.xml | 22 ++++++++++++++++++++++
2 files changed, 22 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index a80c3d561..668913503 100644
--- a/pom.xml
+++ b/pom.xml
@@ -514,14 +514,6 @@
<enabled>true</enabled>
</snapshots>
</repository>
- <repository>
- <id>B_shibboleth</id>
- <name>OpenSAML</name>
- <url>https://build.shibboleth.net/nexus/content/groups/public</url>
- <releases>
- <enabled>true</enabled>
- </releases>
- </repository>
</repositories>
</project>
diff --git a/ws-security-saml/pom.xml b/ws-security-saml/pom.xml
index 831edfdb1..4a76174f6 100644
--- a/ws-security-saml/pom.xml
+++ b/ws-security-saml/pom.xml
@@ -220,4 +220,26 @@
</dependency>
</dependencies>
+ <repositories>
+ <repository>
+ <id>A_maven.central</id>
+ <name>Maven Central</name>
+ <url>https://repo1.maven.org/maven2/</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>B_shibboleth</id>
+ <name>OpenSAML</name>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
</project>