Skip to content

Commit 8cbcd20

Browse files
Exclude geronimo for wrapper common
(cherry picked from commit 200cf34)
1 parent b92a70d commit 8cbcd20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

wrappercommon/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@
3535
<version>2.11.0</version>
3636
</dependency>
3737
<dependency>
38-
<groupId>org.apache.ws.security</groupId>
39-
<artifactId>wss4j</artifactId>
40-
<version>1.6.19</version>
41-
<exclusions>
38+
<groupId>org.apache.ws.security</groupId>
39+
<artifactId>wss4j</artifactId>
40+
<version>1.6.19</version>
41+
<exclusions>
4242
<exclusion>
4343
<groupId>org.apache.geronimo.javamail</groupId>
4444
<artifactId>geronimo-javamail_1.4_mail</artifactId>
4545
</exclusion>
46-
</exclusions>
46+
</exclusions>
4747
</dependency>
4848
</dependencies>
4949

0 commit comments

Comments
 (0)