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 5ca1539 commit 89c361aCopy full SHA for 89c361a
wrappercommon/pom.xml
@@ -38,6 +38,12 @@
38
<groupId>org.apache.wss4j</groupId>
39
<artifactId>wss4j-ws-security-common</artifactId>
40
<version>2.4.3</version>
41
+ <exclusions>
42
+ <exclusion>
43
+ <groupId>org.apache.geronimo.javamail</groupId>
44
+ <artifactId>geronimo-javamail_1.4_mail</artifactId>
45
+ </exclusion>
46
+ </exclusions>
47
</dependency>
48
<dependency>
49
0 commit comments