[java-idp-oidc] 27/44: JOIDC-5 Updated test dependencies.

Henri Mikkonen henri.mikkonen at iki.fi
Thu Oct 22 13:08:39 UTC 2020


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

hjmikkon pushed a commit to branch main
in repository java-idp-oidc.

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

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

    JOIDC-5 Updated test dependencies.
    
    https://issues.shibboleth.net/jira/browse/JOIDC-5
---
 idp-oidc-extension-impl/pom.xml | 28 ++++++++++++++++++++++++++++
 pom.xml                         | 14 ++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index a4ad47a6..6b94c356 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>com.sun.mail</groupId>
             <artifactId>jakarta.mail</artifactId>
@@ -138,6 +149,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>
@@ -222,6 +245,11 @@
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.hsqldb</groupId>
+            <artifactId>hsqldb</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
 	    <groupId>net.shibboleth.utilities</groupId>
 	    <artifactId>java-support</artifactId>
diff --git a/pom.xml b/pom.xml
index 7a69fac0..a5dd0b36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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