[java-idp-oidc] branch master updated: Tentative fix for tests due to Nimbus dependency.

Scott Cantor cantor.2 at osu.edu
Thu Apr 16 15:48:21 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=80f987cf2df8555012ac287ab3b3a313b62359bf

The following commit(s) were added to refs/heads/master by this push:
       new  80f987c   Tentative fix for tests due to Nimbus dependency.
80f987c is described below

commit 80f987cf2df8555012ac287ab3b3a313b62359bf
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 16 15:47:31 2020 -0400

    Tentative fix for tests due to Nimbus dependency.
---
 idp-oidc-extension-impl/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-oidc-extension-impl/pom.xml b/idp-oidc-extension-impl/pom.xml
index f50ac23..5c95c0b 100644
--- a/idp-oidc-extension-impl/pom.xml
+++ b/idp-oidc-extension-impl/pom.xml
@@ -82,6 +82,12 @@
             <artifactId>commons-io</artifactId>
             <scope>test</scope>
         </dependency>
+        <!-- Needed for Nimbus use in tests. -->
+        <dependency>
+            <groupId>jakarta.mail</groupId>
+            <artifactId>jakarta.mail-api</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>

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


More information about the commits mailing list