Skip to content

Commit de66b23

Browse files
committed
Clean obsolete dependencies
1 parent 06f8a80 commit de66b23

File tree

1 file changed

+6
-35
lines changed

1 file changed

+6
-35
lines changed

pom.xml

+6-35
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<url>https://github.com/praegus/toolchain-fixtures</url>
88
<name>Praegus Toolchain extended fixture pack</name>
99
<description>Extensions on existing fixtures to aid in automated testing</description>
10-
<version>1.39-SNAPSHOT</version>
10+
<version>1.38.1-SNAPSHOT</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -178,6 +178,10 @@
178178
<groupId>commons-codec</groupId>
179179
<artifactId>commons-codec</artifactId>
180180
</exclusion>
181+
<exclusion>
182+
<groupId>org.apache.commons</groupId>
183+
<artifactId>commons-compress</artifactId>
184+
</exclusion>
181185
</exclusions>
182186
</dependency>
183187
<dependency>
@@ -231,42 +235,9 @@
231235
<dependency>
232236
<groupId>com.azure</groupId>
233237
<artifactId>azure-identity</artifactId>
234-
<version>1.11.1</version>
238+
<version>1.11.2</version>
235239
</dependency>
236240

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>
270241

271242
<!-- Calculator -->
272243
<dependency>

0 commit comments

Comments
 (0)