Refine Mail API scope in spring-ws-core

This commit is a continuation of e81e1cc to apply the same logic on
spring-ws-core.

See gh-1462
This commit is contained in:
Stéphane Nicoll
2025-02-26 11:29:02 +01:00
parent c9e9bce97a
commit e5740412bf

View File

@@ -233,6 +233,7 @@
<dependency>
<groupId>jakarta.mail</groupId>
<artifactId>jakarta.mail-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.angus</groupId>