Skip to content

Commit 59cea58

Browse files
Exclude geronimo from wss4j-ws-security-dom
1 parent 248696c commit 59cea58

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

wrappercommon/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,12 @@
4949
<groupId>org.apache.wss4j</groupId>
5050
<artifactId>wss4j-ws-security-dom</artifactId>
5151
<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>
5258
</dependency>
5359

5460

0 commit comments

Comments
 (0)