[java-parent-project] branch main updated: JPAR-240 - Remove Jakarta mail dependency
Codeberg
noreply at shibboleth.net
Fri May 1 15:39:33 UTC 2026
This is an automated email from the git hooks/post-receive script.
codeberg pushed a commit to branch main
in repository java-parent-project.
View the commit online:
https://codeberg.org/Shibboleth/java-parent-project/commit/75953e48ba9dea9569a524d8802fd1e8eb229ab0
The following commit(s) were added to refs/heads/main by this push:
new 75953e4 JPAR-240 - Remove Jakarta mail dependency
75953e4 is described below
commit 75953e48ba9dea9569a524d8802fd1e8eb229ab0
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Fri May 1 11:39:22 2026 -0400
JPAR-240 - Remove Jakarta mail dependency
https://shibboleth.atlassian.net/browse/JPAR-240
Decision at dev call on 2026-05-01
---
pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/pom.xml b/pom.xml
index d6ad4c3..1e3550e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,7 +58,6 @@
<jakarta.pages.version>4.0.0</jakarta.pages.version>
<jakarta.activation.version>2.0.1</jakarta.activation.version>
<jakarta.json.version>2.0.1</jakarta.json.version>
- <jakarta.mail.version>2.0.1</jakarta.mail.version>
<janino.version>3.1.12</janino.version>
<jetty.groupId>org.eclipse.jetty</jetty.groupId>
<jsoup.version>1.17.2</jsoup.version>
@@ -482,12 +481,6 @@
<version>${jakarta.activation.version}</version>
<scope>runtime</scope>
</dependency>
- <dependency>
- <groupId>com.sun.mail</groupId>
- <artifactId>jakarta.mail</artifactId>
- <version>${jakarta.mail.version}</version>
- <scope>runtime</scope>
- </dependency>
<dependency>
<groupId>org.glassfish</groupId>
<artifactId>jakarta.json</artifactId>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list