Skip to content

Commit

Permalink
Removed unused dependency which was causing a problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Mar 10, 2021
1 parent 9a350b0 commit 9a46907
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pom.xml
Expand Up @@ -817,12 +817,13 @@
<artifactId>mockobjects-jdk1.4-j2ee1.3</artifactId>
<version>${mockobjects-core.version}</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<!--<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>-->

<dependency>
<groupId>org.apache.hadoop</groupId>
Expand Down

0 comments on commit 9a46907

Please sign in to comment.