Skip to content

Commit 89c361a

Browse files
committed
Issue: 107613 Exclude geronimo-javamail_1.4_mail from transitive dependencies
1 parent 5ca1539 commit 89c361a

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
@@ -38,6 +38,12 @@
3838
<groupId>org.apache.wss4j</groupId>
3939
<artifactId>wss4j-ws-security-common</artifactId>
4040
<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>
4147
</dependency>
4248
<dependency>
4349
<groupId>org.apache.wss4j</groupId>

0 commit comments

Comments
 (0)