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/08/21 14:41:58 UTC

[maven-javadoc-plugin] branch lyze created (now a5568ff)

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

elharo pushed a change to branch lyze
in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git.


      at a5568ff  remove unused dependency

This branch includes the following new commits:

     new a5568ff  remove unused dependency

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-javadoc-plugin] 01/01: remove unused dependency

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit a5568ff5877aee2fd6a81737d89fed43a425ec20
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Aug 21 10:40:53 2020 -0400

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

diff --git a/pom.xml b/pom.xml
index 183cfba..38b35c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -256,11 +256,6 @@ under the License.
       <version>3.8</version>
     </dependency>
     <dependency>
-      <groupId>commons-io</groupId>
-      <artifactId>commons-io</artifactId>
-      <version>2.6</version>
-    </dependency>
-    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>4.5.12</version>