File tree Expand file tree Collapse file tree 3 files changed +8
-55
lines changed Expand file tree Collapse file tree 3 files changed +8
-55
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments