Skip to content

Commit e467e94

Browse files
sgramponeiroqueta
andauthored
Bump esapi-2.0.1 to esapi-2.3.0.0 (#694)
* Bump esapi-2.0.1 to esapi-2.3.0.0 * Bump esapi-2.0.1 to esapi-2.3.0.0. on gxwrapperjackarta * Revert esapi overwrite * It's not necessary to use a particular version of opensaml anda xmlsec library. It's ok to use the dependency version that needs ws4j Issue:101616 --------- Co-authored-by: iroqueta <[email protected]> Co-authored-by: iroqueta <[email protected]>
1 parent 8e35182 commit e467e94

File tree

3 files changed

+8
-55
lines changed

3 files changed

+8
-55
lines changed

wrappercommon/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,12 @@
3333
<groupId>commons-io</groupId>
3434
<artifactId>commons-io</artifactId>
3535
<version>2.11.0</version>
36-
</dependency>
36+
</dependency>
37+
<dependency>
38+
<groupId>org.apache.ws.security</groupId>
39+
<artifactId>wss4j</artifactId>
40+
<version>1.6.19</version>
41+
</dependency>
3742
</dependencies>
3843

3944
<build>

wrapperjakarta/pom.xml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -106,33 +106,7 @@
106106
<artifactId>jackson-module-jaxb-annotations</artifactId>
107107
<version>2.12.2</version>
108108
<classifier>jakarta</classifier>
109-
</dependency>
110-
111-
<dependency>
112-
<groupId>org.apache.ws.security</groupId>
113-
<artifactId>wss4j</artifactId>
114-
<version>1.6.19</version>
115-
<exclusions>
116-
<exclusion>
117-
<groupId>org.opensaml</groupId>
118-
<artifactId>opensaml</artifactId>
119-
</exclusion>
120-
<exclusion>
121-
<groupId>org.apache.santuario</groupId>
122-
<artifactId>xmlsec</artifactId>
123-
</exclusion>
124-
</exclusions>
125-
</dependency>
126-
<dependency>
127-
<groupId>org.opensaml</groupId>
128-
<artifactId>opensaml</artifactId>
129-
<version>2.6.4</version>
130-
</dependency>
131-
<dependency>
132-
<groupId>org.apache.santuario</groupId>
133-
<artifactId>xmlsec</artifactId>
134-
<version>2.2.3</version>
135-
</dependency>
109+
</dependency>
136110
<dependency>
137111
<groupId>jakarta.annotation</groupId>
138112
<artifactId>jakarta.annotation-api</artifactId>

wrapperjavax/pom.xml

Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -88,33 +88,7 @@
8888
<groupId>com.fasterxml.jackson.jaxrs</groupId>
8989
<artifactId>jackson-jaxrs-json-provider</artifactId>
9090
<version>${jackson.version}</version>
91-
</dependency>
92-
93-
<dependency>
94-
<groupId>org.apache.ws.security</groupId>
95-
<artifactId>wss4j</artifactId>
96-
<version>1.6.19</version>
97-
<exclusions>
98-
<exclusion>
99-
<groupId>org.opensaml</groupId>
100-
<artifactId>opensaml</artifactId>
101-
</exclusion>
102-
<exclusion>
103-
<groupId>org.apache.santuario</groupId>
104-
<artifactId>xmlsec</artifactId>
105-
</exclusion>
106-
</exclusions>
107-
</dependency>
108-
<dependency>
109-
<groupId>org.opensaml</groupId>
110-
<artifactId>opensaml</artifactId>
111-
<version>2.6.4</version>
112-
</dependency>
113-
<dependency>
114-
<groupId>org.apache.santuario</groupId>
115-
<artifactId>xmlsec</artifactId>
116-
<version>2.2.3</version>
117-
</dependency>
91+
</dependency>
11892
<dependency>
11993
<groupId>com.sun.xml.ws</groupId>
12094
<artifactId>jaxws-rt</artifactId>

0 commit comments

Comments
 (0)