From 58c686874fd8328b53abccc4dadf94cae65281d6 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 22 May 2023 10:40:53 -0500 Subject: [PATCH] Exclude pre-Jakarta EE JavaMail dependency. To properly support Jakarta EE, we need to exclude any old JavaMail dependencies. Resolves #1360. --- spring-ws-security/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-ws-security/pom.xml b/spring-ws-security/pom.xml index ef022198..8f6f013d 100644 --- a/spring-ws-security/pom.xml +++ b/spring-ws-security/pom.xml @@ -108,6 +108,10 @@ org.glassfish.jaxb jaxb-runtime + + org.apache.geronimo.javamail + geronimo-javamail_1.4_mail +