[java-shib-metadata] branch main updated: OpenSAML core module refactor.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 15 19:22:17 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-metadata.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-metadata.git;a=commit;h=1ede2cf3e19a052144a38bec420aa44d4c9c5f07
The following commit(s) were added to refs/heads/main by this push:
new 1ede2cf3e OpenSAML core module refactor.
1ede2cf3e is described below
commit 1ede2cf3e19a052144a38bec420aa44d4c9c5f07
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 15 15:22:14 2022 -0400
OpenSAML core module refactor.
---
shib-metadata-api/pom.xml | 12 ++++++------
shib-metadata-impl/pom.xml | 5 ++---
shib-metadata-spring/pom.xml | 5 ++---
3 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/shib-metadata-api/pom.xml b/shib-metadata-api/pom.xml
index 07466ed99..ce3573ed8 100644
--- a/shib-metadata-api/pom.xml
+++ b/shib-metadata-api/pom.xml
@@ -24,7 +24,7 @@
<!-- Compile Dependencies -->
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
+ <artifactId>opensaml-core-api</artifactId>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
@@ -44,19 +44,19 @@
<!-- Runtime Dependencies -->
<!-- Test Dependencies -->
+
+ <!-- Needed to register various SAML XMLObject providers. -->
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
- <type>test-jar</type>
+ <artifactId>opensaml-saml-impl</artifactId>
<scope>test</scope>
</dependency>
-
- <!-- Needed to register various SAML XMLObject providers. -->
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-impl</artifactId>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
+
</dependencies>
diff --git a/shib-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 1db0eb7ba..711a431b8 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-impl/pom.xml
@@ -31,7 +31,7 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
+ <artifactId>opensaml-core-api</artifactId>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
@@ -81,8 +81,7 @@
<!-- Test Dependencies -->
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
- <type>test-jar</type>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
diff --git a/shib-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index 5e2dbc4a9..19e879ce0 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -40,7 +40,7 @@
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
+ <artifactId>opensaml-core-api</artifactId>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
@@ -107,8 +107,7 @@
<!-- Test Dependencies -->
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-core</artifactId>
- <type>test-jar</type>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list