Skip to content

Commit ff4b8e7

Browse files
committed
smtp-tasks: remove redundant dependency
maven-shade-plugin complained about overlapping classes between javax.activation-1.2.0.jar and activation-1.1.jar.
1 parent 11a7d1b commit ff4b8e7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

plugins/tasks/smtp/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@
3636
<dependency>
3737
<groupId>com.sun.mail</groupId>
3838
<artifactId>javax.mail</artifactId>
39+
<exclusions>
40+
<exclusion>
41+
<groupId>javax.activation</groupId>
42+
<artifactId>activation</artifactId>
43+
</exclusion>
44+
</exclusions>
3945
</dependency>
4046
<dependency>
4147
<groupId>com.sun.activation</groupId>

0 commit comments

Comments
 (0)