Skip to content

Commit

Permalink
Exclude pre-Jakarta EE JavaMail dependency.
Browse files Browse the repository at this point in the history
To properly support Jakarta EE, we need to exclude any old JavaMail dependencies.

Resolves spring-projects#1360.
  • Loading branch information
gregturn authored and app committed Jun 5, 2023
1 parent fe2a288 commit 485bfaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions spring-ws-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
</exclusion>
<exclusion>
<groupId>org.apache.geronimo.javamail</groupId>
<artifactId>geronimo-javamail_1.4_mail</artifactId>
</exclusion>
</exclusions>
</dependency>

Expand Down

0 comments on commit 485bfaf

Please sign in to comment.