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 2022/11/27 21:20:06 UTC

[maven-dependency-plugin] branch string created (now ddc14d83)

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

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


      at ddc14d83 remove apaprently unused dependency

This branch includes the following new commits:

     new ddc14d83 remove apaprently 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-dependency-plugin] 01/01: remove apaprently 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 string
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit ddc14d83f843d99f71bf466c7e248cfa582c34bd
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Sun Nov 27 16:19:55 2022 -0500

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

diff --git a/pom.xml b/pom.xml
index f3cd2238..cc88af14 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,12 +217,6 @@ under the License.
       <version>3.3.4</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-      <version>3.12.0</version>
-    </dependency>
-
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-collections4</artifactId>