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:07 UTC

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

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>