Skip to content

Commit e66d5ad

Browse files
Exclude geronimo form gxwrappercommon dependencies
1 parent fd7586c commit e66d5ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

wrappercommon/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@
3737
<dependency>
3838
<groupId>org.apache.ws.security</groupId>
3939
<artifactId>wss4j</artifactId>
40-
<version>1.6.19</version>
40+
<version>1.6.19</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
</dependencies>
4349

0 commit comments

Comments
 (0)