[java-idp-oidc] 04/06: JOIDC-5 Updated IDP/OpenSAML version and test dependencies.

Henri Mikkonen henri.mikkonen at iki.fi
Fri Jun 26 13:31:03 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=0a37b6188b764c83cf8c4bf9fc3b18c04ba63f88

commit 0a37b6188b764c83cf8c4bf9fc3b18c04ba63f88
Author: Henri Mikkonen <henri.mikkonen at iki.fi>
AuthorDate: Fri Jun 26 12:53:26 2020 +0300

    JOIDC-5 Updated IDP/OpenSAML version and test dependencies.
    
    https://issues.shibboleth.net/jira/browse/JOIDC-5
---
 idp-oidc-extension-impl/pom.xml | 28 ++++++++++++++++++++++++++++
 pom.xml                         | 20 +++++++++++++++++---
 2 files changed, 45 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index f50ac237..5c8f5fdb 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -82,6 +82,17 @@
             <artifactId>commons-io</artifactId>
             <scope>test</scope>
         </dependency>
+        <!-- Needed for Nimbus use in tests. -->
+        <dependency>
+            <groupId>com.sun.mail</groupId>
+            <artifactId>jakarta.mail</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.codehaus.janino</groupId>
+            <artifactId>janino</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
@@ -128,6 +139,18 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>net.shibboleth.idp</groupId>
+            <artifactId>idp-core</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>net.shibboleth.idp</groupId>
+            <artifactId>idp-saml-impl</artifactId>
+            <type>test-jar</type>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>net.shibboleth.idp</groupId>
             <artifactId>idp-conf</artifactId>
@@ -207,6 +230,11 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.hsqldb</groupId>
+            <artifactId>hsqldb</artifactId>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
     <build>
         <plugins>
diff --git a/pom.xml b/pom.xml
index 2d7f25d3..67a4b3c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,15 +5,15 @@
     <parent>
         <groupId>net.shibboleth.idp</groupId>
         <artifactId>idp-parent</artifactId>
-        <version>4.0.1-SNAPSHOT</version>
+        <version>4.1.0-SNAPSHOT</version>
     </parent>
     <groupId>org.geant</groupId>
     <artifactId>idp-oidc-extension-parent</artifactId>
     <version>2.0.1-SNAPSHOT</version>
     <packaging>pom</packaging>
     <properties>
-        <shib.idp.version>4.0.1-SNAPSHOT</shib.idp.version>
-        <opensaml.version>4.0.1-SNAPSHOT</opensaml.version>
+        <shib.idp.version>4.1.0-SNAPSHOT</shib.idp.version>
+        <opensaml.version>4.1.0-SNAPSHOT</opensaml.version>
         <checkstyle.configLocation>${project.basedir}/../resources/checkstyle.xml</checkstyle.configLocation>
     </properties>
     <repositories>
@@ -128,6 +128,13 @@
                 <type>test-jar</type>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>net.shibboleth.idp</groupId>
+                <version>${shib.idp.version}</version>
+                <artifactId>idp-core</artifactId>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
             <dependency>
                 <groupId>net.shibboleth.idp</groupId>
                 <version>${shib.idp.version}</version>
@@ -141,6 +148,13 @@
                 <artifactId>idp-conf</artifactId>
                 <scope>test</scope>
             </dependency>
+            <dependency>
+                <groupId>net.shibboleth.idp</groupId>
+                <artifactId>idp-saml-impl</artifactId>
+                <version>${shib.idp.version}</version>
+                <type>test-jar</type>
+                <scope>test</scope>
+            </dependency>
             <dependency>
                 <groupId>org.opensaml</groupId>
                 <version>${opensaml.version}</version>

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


More information about the commits mailing list