[java-idp-oidc] branch master updated: IDP-1465 - Update mail dependency
Ian Young
ian at iay.org.uk
Thu Jan 23 13:31:28 EST 2020
This is an automated email from the git hooks/post-receive script.
iay 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=7770e670be6a8f38608234611ed63fae6a17bf7b
The following commit(s) were added to refs/heads/master by this push:
new 7770e67 IDP-1465 - Update mail dependency
7770e67 is described below
commit 7770e670be6a8f38608234611ed63fae6a17bf7b
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Jan 23 18:31:23 2020 +0000
IDP-1465 - Update mail dependency
https://issues.shibboleth.net/jira/browse/IDP-1465
---
idp-oidc-extension-api/pom.xml | 10 ++++++++--
pom.xml | 6 ++++++
2 files changed, 14 insertions(+), 2 deletions(-)
diff --git a/idp-oidc-extension-api/pom.xml b/idp-oidc-extension-api/pom.xml
index 463cde1..1ed589c 100644
--- a/idp-oidc-extension-api/pom.xml
+++ b/idp-oidc-extension-api/pom.xml
@@ -46,7 +46,14 @@
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
</dependency>
-
+
+ <!-- Provided dependencies. -->
+ <dependency>
+ <groupId>jakarta.mail</groupId>
+ <artifactId>jakarta.mail-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<!-- Test Dependencies -->
<dependency>
<groupId>org.mockito</groupId>
@@ -82,4 +89,3 @@
</dependency>
</dependencies>
</project>
-
diff --git a/pom.xml b/pom.xml
index 07d9dee..0d5160e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,6 +50,12 @@
<groupId>com.nimbusds</groupId>
<artifactId>oauth2-oidc-sdk</artifactId>
<version>6.5</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.sun.mail</groupId>
+ <artifactId>javax.mail</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.geant</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list