Skip to content

Commit 660e36c

Browse files
committed
Don't depend on both Sun's JavaMail and Jakarta Mail
1 parent 9117606 commit 660e36c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

modules/smime-module/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<groupId>net.markenwerk</groupId>
3232
<artifactId>utils-mail-smime</artifactId>
3333
<version>1.0.8</version>
34+
<exclusions>
35+
<exclusion>
36+
<groupId>com.sun.mail</groupId>
37+
<artifactId>javax.mail</artifactId>
38+
</exclusion>
39+
</exclusions>
3440
</dependency>
3541
</dependencies>
3642
</project>

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,6 @@
9494
<artifactId>jsr305</artifactId>
9595
<version>3.0.2</version>
9696
</dependency>
97-
<dependency>
98-
<groupId>com.sun.mail</groupId>
99-
<artifactId>javax.mail</artifactId>
100-
<version>1.6.2</version>
101-
</dependency>
10297
</dependencies>
10398
</dependencyManagement>
10499

0 commit comments

Comments
 (0)