Merge pull request #33 from apache/unused

[MPMD-298] remove httpclient dependency
diff --git a/pom.xml b/pom.xml
index eba141c..ce41830 100644
--- a/pom.xml
+++ b/pom.xml
@@ -243,12 +243,6 @@
       <version>2.9.0</version>
       <scope>test</scope>
     </dependency>
-    <dependency><!-- wiremock requires 4.5.3 but Doxia brings 4.0.2 and httpcore 4.0.1  -->
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <version>4.5.3</version>
-      <!-- scope>test</scope> Required by Doxia transitively. -->
-    </dependency>
     <dependency>
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>