|
7 | 7 | <url>https://github.com/praegus/toolchain-fixtures</url>
|
8 | 8 | <name>Praegus Toolchain extended fixture pack</name>
|
9 | 9 | <description>Extensions on existing fixtures to aid in automated testing</description>
|
10 |
| - <version>1.39-SNAPSHOT</version> |
| 10 | + <version>1.38.1-SNAPSHOT</version> |
11 | 11 |
|
12 | 12 | <properties>
|
13 | 13 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
178 | 178 | <groupId>commons-codec</groupId>
|
179 | 179 | <artifactId>commons-codec</artifactId>
|
180 | 180 | </exclusion>
|
| 181 | + <exclusion> |
| 182 | + <groupId>org.apache.commons</groupId> |
| 183 | + <artifactId>commons-compress</artifactId> |
| 184 | + </exclusion> |
181 | 185 | </exclusions>
|
182 | 186 | </dependency>
|
183 | 187 | <dependency>
|
|
231 | 235 | <dependency>
|
232 | 236 | <groupId>com.azure</groupId>
|
233 | 237 | <artifactId>azure-identity</artifactId>
|
234 |
| - <version>1.11.1</version> |
| 238 | + <version>1.11.2</version> |
235 | 239 | </dependency>
|
236 | 240 |
|
237 |
| - <!-- SOAP Signing --> |
238 |
| - <dependency> |
239 |
| - <groupId>org.apache.wss4j</groupId> |
240 |
| - <artifactId>wss4j-ws-security-common</artifactId> |
241 |
| - <version>3.0.2</version> |
242 |
| - <exclusions> |
243 |
| - <!--conflicts with FitNesse version--> |
244 |
| - <exclusion> |
245 |
| - <groupId>org.slf4j</groupId> |
246 |
| - <artifactId>slf4j-api</artifactId> |
247 |
| - </exclusion> |
248 |
| - <!--conflicts with googleauth commons-codec version--> |
249 |
| - <exclusion> |
250 |
| - <groupId>commons-codec</groupId> |
251 |
| - <artifactId>commons-codec</artifactId> |
252 |
| - </exclusion> |
253 |
| - <!--conflicts with HSAC version--> |
254 |
| - <exclusion> |
255 |
| - <groupId>com.google.guava</groupId> |
256 |
| - <artifactId>guava</artifactId> |
257 |
| - </exclusion> |
258 |
| - </exclusions> |
259 |
| - </dependency> |
260 |
| - <dependency> |
261 |
| - <groupId>org.apache.wss4j</groupId> |
262 |
| - <artifactId>wss4j-ws-security-dom</artifactId> |
263 |
| - <version>3.0.2</version> |
264 |
| - </dependency> |
265 |
| - <dependency> |
266 |
| - <groupId>com.sun.xml.messaging.saaj</groupId> |
267 |
| - <artifactId>saaj-impl</artifactId> |
268 |
| - <version>3.0.3</version> |
269 |
| - </dependency> |
270 | 241 |
|
271 | 242 | <!-- Calculator -->
|
272 | 243 | <dependency>
|
|
0 commit comments