[java-identity-provider] branch main updated: JPAR-240 - Remove Jakarta mail dependency
Codeberg
noreply at shibboleth.net
Fri May 1 15:40:08 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-identity-provider.
View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/5e93555ce1612d4fa95d65375d8066aa14e43e98
The following commit(s) were added to refs/heads/main by this push:
new 5e93555ce JPAR-240 - Remove Jakarta mail dependency
5e93555ce is described below
commit 5e93555ce1612d4fa95d65375d8066aa14e43e98
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Fri May 1 11:39:56 2026 -0400
JPAR-240 - Remove Jakarta mail dependency
https://shibboleth.atlassian.net/browse/JPAR-240
Remove from distribution.
---
idp-war-distribution/pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index 36d73bcd5..2a17fa31f 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -49,12 +49,6 @@
<version>${slf4j.version}</version>
<scope>runtime</scope>
</dependency>
- <!-- Support for logback SMTP appender. -->
- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>jakarta.mail</artifactId>
- <scope>runtime</scope>
- </dependency>
<!-- Support for logback evaluator filter. -->
<dependency>
<groupId>org.codehaus.janino</groupId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list