[java-identity-provider] branch main updated: Migrate test-jar dependencies to opensaml-testing.
Scott Cantor
cantor.2 at osu.edu
Thu Sep 15 14:01:07 UTC 2022
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=6c25406266e2fd5b0f0283d784150a721199cdd9
The following commit(s) were added to refs/heads/main by this push:
new 6c2540626 Migrate test-jar dependencies to opensaml-testing.
6c2540626 is described below
commit 6c25406266e2fd5b0f0283d784150a721199cdd9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 15 10:01:03 2022 -0400
Migrate test-jar dependencies to opensaml-testing.
---
idp-authn-impl/pom.xml | 11 +++++------
idp-conf/pom.xml | 5 ++---
idp-saml-api/pom.xml | 3 +--
idp-saml-impl/pom.xml | 3 +--
4 files changed, 9 insertions(+), 13 deletions(-)
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 3d531b198..4197e12b8 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -267,23 +267,22 @@
<scope>test</scope>
<type>test-jar</type>
</dependency>
-
+
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-profile-api</artifactId>
+ <artifactId>opensaml-security-impl</artifactId>
<scope>test</scope>
- <type>test-jar</type>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-security-impl</artifactId>
+ <artifactId>opensaml-storage-impl</artifactId>
<scope>test</scope>
</dependency>
-
+
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-storage-impl</artifactId>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 0030dca82..edec02932 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -111,13 +111,12 @@
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-api</artifactId>
+ <artifactId>opensaml-storage-impl</artifactId>
<scope>test</scope>
- <type>test-jar</type>
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-storage-impl</artifactId>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 7f7b800bf..18df49420 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -119,8 +119,7 @@
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-api</artifactId>
- <type>test-jar</type>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index c64bce956..9d7028529 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -221,8 +221,7 @@
</dependency>
<dependency>
<groupId>${opensaml.groupId}</groupId>
- <artifactId>opensaml-saml-api</artifactId>
- <type>test-jar</type>
+ <artifactId>opensaml-testing</artifactId>
<scope>test</scope>
</dependency>
<dependency>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list