We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ea025 commit 8ede966Copy full SHA for 8ede966
spring-boot-starters/spring-boot-starter-remote-shell/pom.xml
@@ -105,6 +105,10 @@
105
<groupId>org.codehaus.groovy</groupId>
106
<artifactId>groovy-all</artifactId>
107
</exclusion>
108
+ <exclusion>
109
+ <groupId>javax.mail</groupId>
110
+ <artifactId>mail</artifactId>
111
+ </exclusion>
112
</exclusions>
113
</dependency>
114
<dependency>
@@ -121,5 +125,9 @@
121
125
122
126
<artifactId>groovy</artifactId>
123
127
128
+ <dependency>
129
+ <groupId>com.sun.mail</groupId>
130
+ <artifactId>javax.mail</artifactId>
131
+ </dependency>
124
132
</dependencies>
133
</project>
0 commit comments