[java-idp-oidc] branch master updated: OIDC tests also depend on the jars we need for logback.

Scott Cantor cantor.2 at osu.edu
Thu Apr 16 16:23:40 EDT 2020


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

scantor pushed a commit to branch master
in repository java-idp-oidc.

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

The following commit(s) were added to refs/heads/master by this push:
       new  84f634b   OIDC tests also depend on the jars we need for logback.
84f634b is described below

commit 84f634ba7fc0f0a842459e0b443ee02e57518892
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 16 16:23:38 2020 -0400

    OIDC tests also depend on the jars we need for logback.
---
 idp-oidc-extension-impl/pom.xml | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index 5c95c0b..996f4a1 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -82,10 +82,14 @@
             <artifactId>commons-io</artifactId>
             <scope>test</scope>
         </dependency>
-        <!-- Needed for Nimbus use in tests. -->
         <dependency>
-            <groupId>jakarta.mail</groupId>
-            <artifactId>jakarta.mail-api</artifactId>
+            <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>

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


More information about the commits mailing list