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 9117606 commit 660e36cCopy full SHA for 660e36c
modules/smime-module/pom.xml
@@ -31,6 +31,12 @@
31
<groupId>net.markenwerk</groupId>
32
<artifactId>utils-mail-smime</artifactId>
33
<version>1.0.8</version>
34
+ <exclusions>
35
+ <exclusion>
36
+ <groupId>com.sun.mail</groupId>
37
+ <artifactId>javax.mail</artifactId>
38
+ </exclusion>
39
+ </exclusions>
40
</dependency>
41
</dependencies>
42
</project>
pom.xml
@@ -94,11 +94,6 @@
94
<artifactId>jsr305</artifactId>
95
<version>3.0.2</version>
96
97
- <dependency>
98
- <groupId>com.sun.mail</groupId>
99
- <artifactId>javax.mail</artifactId>
100
- <version>1.6.2</version>
101
- </dependency>
102
103
</dependencyManagement>
104
0 commit comments