Skip to content

Commit cbee1b7

Browse files
committed
remove extraneous httpclient from common module
While the *apache* module very much needs httpclient, the core module does not, and should not.
1 parent 05acebf commit cbee1b7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

common/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,6 @@
4646
</exclusion>
4747
</exclusions>
4848
</dependency>
49-
<dependency>
50-
<groupId>org.apache.httpcomponents</groupId>
51-
<artifactId>httpclient</artifactId>
52-
<version>${dependency.apache-httpclient.version}</version>
53-
</dependency>
5449
</dependencies>
5550

5651
<build>

0 commit comments

Comments
 (0)