From e81e1cce30a1ee7a0e7dc80359697b562370b633 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 24 Feb 2025 15:37:51 +0100 Subject: [PATCH] Move Mail API and implementation to provided scope This commit configures the build so that the Mail API and implementation are no longer transitive. Closes gh-1462 --- spring-ws-support/pom.xml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/spring-ws-support/pom.xml b/spring-ws-support/pom.xml index a4c8e93e..b063aaee 100644 --- a/spring-ws-support/pom.xml +++ b/spring-ws-support/pom.xml @@ -21,10 +21,6 @@ spring-xml - - jakarta.mail - jakarta.mail-api - org.springframework spring-beans @@ -39,6 +35,11 @@ jakarta.jms-api true + + jakarta.mail + jakarta.mail-api + provided + org.igniterealtime.smack smack-extensions @@ -143,6 +144,7 @@ com.sun.mail jakarta.mail + provided @@ -156,6 +158,7 @@ org.eclipse.angus angus-mail + provided