[java-oidc-common] branch main updated: Remove old test-jar dependencies and update parent

Phil Smart philip.smart at jisc.ac.uk
Wed Sep 13 16:01:24 UTC 2023


This is an automated email from the git hooks/post-receive script.

philsmart pushed a commit to branch main
in repository java-oidc-common.

View the commit online:
http://git.shibboleth.net/view/?p=java-oidc-common.git;a=commit;h=dd34c33f9b07f9dadae0eb8953e21fe1e97fd9b8

The following commit(s) were added to refs/heads/main by this push:
     new dd34c33  Remove old test-jar dependencies and update parent
dd34c33 is described below

commit dd34c33f9b07f9dadae0eb8953e21fe1e97fd9b8
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Wed Sep 13 17:01:22 2023 +0100

    Remove old test-jar dependencies and update parent
---
 oidc-common-attribute-impl/pom.xml | 27 ++++++---------------------
 oidc-common-crypto-impl/pom.xml    | 11 ++---------
 oidc-common-metadata-impl/pom.xml  |  9 +--------
 oidc-common-profile-impl/pom.xml   |  9 +--------
 pom.xml                            |  2 +-
 5 files changed, 11 insertions(+), 47 deletions(-)

diff --git a/oidc-common-attribute-impl/pom.xml b/oidc-common-attribute-impl/pom.xml
index 7f50084..d090ca3 100644
--- a/oidc-common-attribute-impl/pom.xml
+++ b/oidc-common-attribute-impl/pom.xml
@@ -36,38 +36,23 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>net.shibboleth</groupId>
             <artifactId>shib-attribute-resolver-spring</artifactId>
             <scope>provided</scope>
         </dependency>
 
-        <!-- Test Dependencies -->
+        <!-- Test Dependencies -->        
         <dependency>
-            <groupId>${idp.groupId}</groupId>
-            <artifactId>idp-profile-api</artifactId>
-            <version>${idp.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${idp.groupId}</groupId>
-            <artifactId>idp-core</artifactId>
-            <version>${idp.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>net.shibboleth</groupId>
             <artifactId>shib-attribute-resolver-spring</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
+            <version>5.0.0</version>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
-            <artifactId>opensaml-core</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
-            <type>test-jar</type>
+            <artifactId>opensaml-testing</artifactId>
+            <version>${opensaml.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/oidc-common-crypto-impl/pom.xml b/oidc-common-crypto-impl/pom.xml
index 694497a..2527ae7 100644
--- a/oidc-common-crypto-impl/pom.xml
+++ b/oidc-common-crypto-impl/pom.xml
@@ -94,9 +94,8 @@
         </dependency>
         <dependency>
             <groupId>${opensaml.groupId}</groupId>
-            <artifactId>opensaml-core</artifactId>
+            <artifactId>opensaml-testing</artifactId>
             <version>${opensaml.version}</version>
-            <type>test-jar</type>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -110,13 +109,7 @@
             <artifactId>idp-testing</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${idp.groupId}</groupId>
-            <artifactId>idp-profile-api</artifactId>
-            <version>${idp.version}</version>
-            <scope>test</scope>
-            <type>test-jar</type>
-        </dependency>
+
     </dependencies>
 
     <build>
diff --git a/oidc-common-metadata-impl/pom.xml b/oidc-common-metadata-impl/pom.xml
index d637b3e..f125974 100644
--- a/oidc-common-metadata-impl/pom.xml
+++ b/oidc-common-metadata-impl/pom.xml
@@ -144,7 +144,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>${shib-shared.groupId}</groupId>
+            <groupId>net.shibboleth</groupId>
             <artifactId>shib-attribute-resolver-spring</artifactId>
             <scope>test</scope>
         </dependency>
@@ -160,13 +160,6 @@
             <version>${opensaml.version}</version>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${idp.groupId}</groupId>
-            <artifactId>idp-profile-api</artifactId>
-            <version>${idp.version}</version>
-            <type>test-jar</type>
-            <scope>test</scope>
-        </dependency>
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
diff --git a/oidc-common-profile-impl/pom.xml b/oidc-common-profile-impl/pom.xml
index c93b40b..c20c9b6 100644
--- a/oidc-common-profile-impl/pom.xml
+++ b/oidc-common-profile-impl/pom.xml
@@ -72,13 +72,6 @@
             <artifactId>opensaml-spring</artifactId>
             <scope>test</scope>
         </dependency>
-        <dependency>
-            <groupId>${idp.groupId}</groupId>
-            <artifactId>idp-profile-api</artifactId>
-            <version>${idp.version}</version>
-            <scope>test</scope>
-            <type>test-jar</type>
-        </dependency>
         <dependency>
             <groupId>${shib-shared.groupId}</groupId>
             <artifactId>shib-testing</artifactId>
@@ -92,7 +85,7 @@
         <dependency>
             <groupId>${idp.groupId}</groupId>
             <artifactId>idp-profile-spring</artifactId>
-            <version>5.0.0-SNAPSHOT</version>
+            <version>${idp.version}</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/pom.xml b/pom.xml
index 2cb89c3..9729b4a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <groupId>net.shibboleth</groupId>
         <artifactId>parent</artifactId>
-        <version>17.0.0-SNAPSHOT</version>
+        <version>17.0.1</version>
     </parent>
     <groupId>net.shibboleth.oidc</groupId>
     <artifactId>oidc-common-parent</artifactId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list