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 248696c commit 59cea58Copy full SHA for 59cea58
wrappercommon/pom.xml
@@ -49,6 +49,12 @@
49
<groupId>org.apache.wss4j</groupId>
50
<artifactId>wss4j-ws-security-dom</artifactId>
51
<version>2.4.3</version>
52
+ <exclusions>
53
+ <exclusion>
54
+ <groupId>org.apache.geronimo.javamail</groupId>
55
+ <artifactId>geronimo-javamail_1.4_mail</artifactId>
56
+ </exclusion>
57
+ </exclusions>
58
</dependency>
59
60
0 commit comments