From 9e6bde39def5b06d5ee7aab4d7c91b7e400afea6 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Mon, 29 Nov 2021 14:50:13 -0600 Subject: [PATCH] Simplify mail dependencies. Don't need com.sun.mail and jakarta-mail API. Also, only need them test-scoped. Resolves #1217. --- spring-ws-core/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/spring-ws-core/pom.xml b/spring-ws-core/pom.xml index d59845fa..2d28e26b 100644 --- a/spring-ws-core/pom.xml +++ b/spring-ws-core/pom.xml @@ -145,15 +145,11 @@ - - jakarta.mail - jakarta.mail-api - ${jakarta-mail.version} - com.sun.mail jakarta.mail ${jakarta-mail.version} + test