Skip to content

Commit f0610e7

Browse files
committed
Remove unneeded dependencies and exclusions to use org.apache.httpcomponents instead of commons-httpclient
1 parent 79fc180 commit f0610e7

1 file changed

Lines changed: 0 additions & 21 deletions

File tree

pom.xml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -53,33 +53,12 @@
5353
<groupId>org.jboss.resteasy</groupId>
5454
<artifactId>resteasy-jaxrs</artifactId>
5555
<version>3.0.8.Final</version>
56-
<!-- filter out unwanted jars -->
57-
<exclusions>
58-
<exclusion>
59-
<groupId>commons-httpclient</groupId>
60-
<artifactId>commons-httpclient</artifactId>
61-
</exclusion>
62-
<exclusion>
63-
<groupId>javax.servlet</groupId>
64-
<artifactId>servlet-api</artifactId>
65-
</exclusion>
66-
</exclusions>
6756
</dependency>
6857
<dependency>
6958
<groupId>org.jboss.resteasy</groupId>
7059
<artifactId>resteasy-jaxb-provider</artifactId>
7160
<version>3.0.8.Final</version>
7261
</dependency>
73-
<dependency>
74-
<groupId>org.apache.httpcomponents</groupId>
75-
<artifactId>httpclient</artifactId>
76-
<version>4.3.4</version>
77-
</dependency>
78-
<dependency>
79-
<groupId>commons-httpclient</groupId>
80-
<artifactId>commons-httpclient</artifactId>
81-
<version>3.1</version>
82-
</dependency>
8362
<dependency>
8463
<groupId>org.apache.commons</groupId>
8564
<artifactId>commons-lang3</artifactId>

0 commit comments

Comments
 (0)