You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/10/27 15:56:06 UTC

[maven-pmd-plugin] 01/01: remove httpclient

This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch unused
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git

commit 0fecea0d513b17a09e73170f4a223d9c59d8508c
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Tue Oct 27 11:55:56 2020 -0400

    remove httpclient
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index c790ec6..6d29fad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,12 +238,6 @@ under the License.
       <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>