Skip to content

Commit 3dc5511

Browse files
committed
. r Removed unused library reference from Maven pom files
1 parent c4a1cdb commit 3dc5511

4 files changed

Lines changed: 0 additions & 24 deletions

File tree

approvaltests-tests/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,6 @@
116116
<version>3.22.4</version>
117117
</dependency>
118118

119-
<dependency>
120-
<groupId>commons-httpclient</groupId>
121-
<artifactId>commons-httpclient</artifactId>
122-
<version>3.1</version>
123-
</dependency>
124119
<dependency>
125120
<groupId>commons-logging</groupId>
126121
<artifactId>commons-logging</artifactId>

approvaltests-util-tests/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
1818
<version>5.12.1</version>
1919
<scope>test</scope>
2020
</dependency>
21-
<dependency>
22-
<groupId>commons-httpclient</groupId>
23-
<artifactId>commons-httpclient</artifactId>
24-
<version>3.1</version>
25-
<optional>true</optional>
26-
</dependency>
2721
<dependency>
2822
<groupId>jakarta.servlet</groupId>
2923
<artifactId>jakarta.servlet-api</artifactId>

approvaltests-util/pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@
1212
<packaging>jar</packaging>
1313

1414
<dependencies>
15-
<dependency>
16-
<groupId>commons-httpclient</groupId>
17-
<artifactId>commons-httpclient</artifactId>
18-
<version>3.1</version>
19-
<optional>true</optional>
20-
</dependency>
2115
<dependency>
2216
<groupId>jakarta.servlet</groupId>
2317
<artifactId>jakarta.servlet-api</artifactId>

approvaltests/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,6 @@
7070
<scope>compile</scope>
7171
<optional>true</optional>
7272
</dependency>
73-
<dependency>
74-
<groupId>commons-httpclient</groupId>
75-
<artifactId>commons-httpclient</artifactId>
76-
<version>3.1</version>
77-
<scope>compile</scope>
78-
<optional>true</optional>
79-
</dependency>
8073
<dependency>
8174
<groupId>jakarta.servlet</groupId>
8275
<artifactId>jakarta.servlet-api</artifactId>

0 commit comments

Comments
 (0)