[java-idp-oidc] 02/02: JOIDC-5 Improved dependency version management for java-oidc-common

Henri Mikkonen henri.mikkonen at iki.fi
Thu Oct 22 11:11:53 UTC 2020


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

hjmikkon pushed a commit to branch dev/JOIDC-5
in repository java-idp-oidc.

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

commit d4db0af6d675304ae7842de78a559295ea2db935
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Thu Oct 22 14:10:59 2020 +0300

    JOIDC-5 Improved dependency version management for java-oidc-common
    
    https://issues.shibboleth.net/jira/browse/JOIDC-5
---
 idp-oidc-extension-impl/pom.xml |  2 --
 pom.xml                         | 13 +++++++++++++
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 608840a7..0341ed3c 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -60,12 +60,10 @@
         <dependency>
             <groupId>net.shibboleth.oidc</groupId>
             <artifactId>oidc-common-saml-api</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>net.shibboleth.oidc</groupId>
             <artifactId>oidc-common-saml-impl</artifactId>
-            <version>0.0.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 67a4b3c2..67e00c9d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -14,6 +14,7 @@
     <properties>
         <shib.idp.version>4.1.0-SNAPSHOT</shib.idp.version>
         <opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
+        <oidc-common.version>0.0.1-SNAPSHOT</oidc-common.version>
         <checkstyle.configLocation>${project.basedir}/../resources/checkstyle.xml</checkstyle.configLocation>
     </properties>
     <repositories>
@@ -73,6 +74,12 @@
                 <artifactId>json-smart</artifactId>
                 <version>2.3</version>
             </dependency>
+            <dependency>
+                <groupId>net.shibboleth.oidc</groupId>
+                <artifactId>oidc-common-saml-api</artifactId>
+                <version>${oidc-common.version}</version>
+            </dependency>
+
             <!-- Test Dependencies -->
             <dependency>
                 <groupId>commons-io</groupId>
@@ -182,6 +189,12 @@
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>net.shibboleth.oidc</groupId>
+                <artifactId>oidc-common-saml-impl</artifactId>
+                <version>${oidc-common.version}</version>
+                <scope>test</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