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 2021/01/17 16:08:01 UTC

[maven-doxia-linkcheck] branch http updated: remove duplicate dependency

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

elharo pushed a commit to branch http
in repository https://gitbox.apache.org/repos/asf/maven-doxia-linkcheck.git


The following commit(s) were added to refs/heads/http by this push:
     new 683aebb  remove duplicate dependency
683aebb is described below

commit 683aebbfaf8ae7042481e9688007965f9e3a4c7c
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Jan 17 11:07:50 2021 -0500

    remove duplicate dependency
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 3a05841..0b60b11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,11 +73,6 @@ under the License.
       <artifactId>commons-logging</artifactId>
       <version>1.2</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.httpcomponents</groupId>
-      <artifactId>httpclient</artifactId>
-      <version>4.5.13</version>
-    </dependency>
     
     <!-- Not included in Httpclient -->
     <dependency>