[java-idp-plugin-duo] branch main updated: Lock versions for release and add java-shib-shared.version override

Phil Smart philip.smart at jisc.ac.uk
Thu Sep 14 13:53:03 UTC 2023


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

philsmart pushed a commit to branch main
in repository java-idp-plugin-duo.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-duo.git;a=commit;h=483374302c8095a5ecd74ffb4336c7c0356da4c7

The following commit(s) were added to refs/heads/main by this push:
     new 4833743  Lock versions for release and add java-shib-shared.version override
4833743 is described below

commit 483374302c8095a5ecd74ffb4336c7c0356da4c7
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Thu Sep 14 14:53:01 2023 +0100

    Lock versions for release and add java-shib-shared.version override
    
     - Also remove redundant test-jars
---
 idp-duo-impl/pom.xml               |  6 ------
 idp-duo-nimbus-client-impl/pom.xml |  4 ++++
 pom.xml                            | 17 ++++++-----------
 3 files changed, 10 insertions(+), 17 deletions(-)

diff --git a/idp-duo-impl/pom.xml b/idp-duo-impl/pom.xml
index 61b3c9e..76ab23a 100644
--- a/idp-duo-impl/pom.xml
+++ b/idp-duo-impl/pom.xml
@@ -166,12 +166,6 @@
 			<artifactId>idp-profile-impl</artifactId>
 			<scope>test</scope>
 		</dependency>
-		<dependency>
-			<groupId>net.shibboleth.idp</groupId>
-			<artifactId>idp-profile-api</artifactId>
-			<scope>test</scope>
-			<type>test-jar</type>
-		</dependency>
 		<!-- Spring webflow tests require Junit4, runs in TestNG bridge -->
 		<dependency>
 			<groupId>junit</groupId>
diff --git a/idp-duo-nimbus-client-impl/pom.xml b/idp-duo-nimbus-client-impl/pom.xml
index a1099d5..802a4b3 100644
--- a/idp-duo-nimbus-client-impl/pom.xml
+++ b/idp-duo-nimbus-client-impl/pom.xml
@@ -50,6 +50,10 @@
             <artifactId>shib-profile-api</artifactId>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>${shib-shared.groupId}</groupId>
+            <artifactId>shib-support</artifactId>
+        </dependency> 
         <!-- Needed for module/plugin impls. -->
         <dependency>
             <groupId>${idp.groupId}</groupId>
diff --git a/pom.xml b/pom.xml
index 4e11462..fc01226 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.idp.plugin.authn</groupId>
@@ -22,11 +22,12 @@
     <properties>
         <shib-shared.groupId>net.shibboleth</shib-shared.groupId>
         <idp.groupId>net.shibboleth.idp</idp.groupId>
-        <idp.version>5.0.0-SNAPSHOT</idp.version>
+        <idp.version>5.0.0</idp.version>
         <duo.client.version>1.1.3</duo.client.version>
         <opensaml.groupId>org.opensaml</opensaml.groupId>
-        <opensaml.version>5.0.0-SNAPSHOT</opensaml.version>
-        <oidc.common.version>3.0.0-SNAPSHOT</oidc.common.version>
+        <opensaml.version>5.0.0</opensaml.version>
+        <oidc.common.version>3.0.0</oidc.common.version>
+        <java-shib-shared.version>9.0.0</java-shib-shared.version>
         <checkstyle.configLocation>${project.basedir}/resources/checkstyle/checkstyle.xml</checkstyle.configLocation>
 	<jdk.version>15.3</jdk.version>
     </properties>
@@ -107,13 +108,7 @@
                 <version>${project.version}</version>
             </dependency>
             <!-- test bom dependencies -->
-            <dependency>
-                <groupId>${idp.groupId}</groupId>
-                <artifactId>idp-tests-bom</artifactId>
-                <version>${idp.version}</version>
-                <type>pom</type>
-                <scope>import</scope>
-            </dependency>
+           
         </dependencies>
     </dependencyManagement>
 

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


More information about the commits mailing list