Skip to content

Commit 4f97cb6

Browse files
Exclude geronimo form gxwrappercommon dependencies
(cherry picked from commit e66d5ad)
1 parent 38f712e commit 4f97cb6

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

wrappercommon/pom.xml

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -34,26 +34,18 @@
3434
<artifactId>commons-io</artifactId>
3535
<version>2.11.0</version>
3636
</dependency>
37-
<dependency>
38-
<groupId>org.apache.wss4j</groupId>
39-
<artifactId>wss4j-ws-security-common</artifactId>
40-
<version>2.4.3</version>
37+
<dependency>
38+
<groupId>org.apache.ws.security</groupId>
39+
<artifactId>wss4j</artifactId>
40+
<version>1.6.19</version>
4141
<exclusions>
4242
<exclusion>
4343
<groupId>org.apache.geronimo.javamail</groupId>
4444
<artifactId>geronimo-javamail_1.4_mail</artifactId>
4545
</exclusion>
4646
</exclusions>
47-
</dependency>
48-
<dependency>
49-
<groupId>org.apache.wss4j</groupId>
50-
<artifactId>wss4j-ws-security-dom</artifactId>
51-
<version>2.4.3</version>
52-
</dependency>
53-
54-
55-
56-
</dependencies>
47+
</dependency>
48+
</dependencies>
5749

5850
<build>
5951
<finalName>gxwrappercommon</finalName>

0 commit comments

Comments
 (0)