From 8b65768915bc87ee925233419d0cb6ee39b405ff Mon Sep 17 00:00:00 2001 From: Sascha Bieberstein Date: Fri, 26 Apr 2024 12:40:44 +0200 Subject: [PATCH] Revert a failed dependency upgrade/switch Switching from jakarta.mail (which does not have recent releases) to jaka.mail-api (which has recent releases) was done by accident, as the API does not provide any implementation that is required for actually sending mails. --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index d1c2dc75f..3a3bbf026 100644 --- a/pom.xml +++ b/pom.xml @@ -78,9 +78,9 @@ - jakarta.mail - jakarta.mail-api - 2.1.3 + com.sun.mail + jakarta.mail + 2.0.1 jakarta.activation