Skip to content

Commit 8ede966

Browse files
committed
Harmonize java.mail dependency management
Closes gh-4588
1 parent e5ea025 commit 8ede966

File tree

1 file changed

+8
-0
lines changed
  • spring-boot-starters/spring-boot-starter-remote-shell

1 file changed

+8
-0
lines changed

spring-boot-starters/spring-boot-starter-remote-shell/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@
105105
<groupId>org.codehaus.groovy</groupId>
106106
<artifactId>groovy-all</artifactId>
107107
</exclusion>
108+
<exclusion>
109+
<groupId>javax.mail</groupId>
110+
<artifactId>mail</artifactId>
111+
</exclusion>
108112
</exclusions>
109113
</dependency>
110114
<dependency>
@@ -121,5 +125,9 @@
121125
<groupId>org.codehaus.groovy</groupId>
122126
<artifactId>groovy</artifactId>
123127
</dependency>
128+
<dependency>
129+
<groupId>com.sun.mail</groupId>
130+
<artifactId>javax.mail</artifactId>
131+
</dependency>
124132
</dependencies>
125133
</project>

0 commit comments

Comments
 (0)