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 33
33
<groupId >commons-io</groupId >
34
34
<artifactId >commons-io</artifactId >
35
35
<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 >
37
42
</dependencies >
38
43
39
44
<build >
Original file line number Diff line number Diff line change 106
106
<artifactId >jackson-module-jaxb-annotations</artifactId >
107
107
<version >2.12.2</version >
108
108
<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 >
136
110
<dependency >
137
111
<groupId >jakarta.annotation</groupId >
138
112
<artifactId >jakarta.annotation-api</artifactId >
Original file line number Diff line number Diff line change 88
88
<groupId >com.fasterxml.jackson.jaxrs</groupId >
89
89
<artifactId >jackson-jaxrs-json-provider</artifactId >
90
90
<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 >
118
92
<dependency >
119
93
<groupId >com.sun.xml.ws</groupId >
120
94
<artifactId >jaxws-rt</artifactId >
You can’t perform that action at this time.
0 commit comments