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

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

commit c837bf3d5de53359342ecec683ac1d309f590c0f
Author: Elliotte Rusty Harold <elh...@ibiblio.org>
AuthorDate: Tue Nov 19 06:43:17 2024 -0500

    Remove duplicate dependency definition
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index f23a6d61..ff36e2f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,12 +258,6 @@ under the License.
       <version>3.4.2</version>
     </dependency>
 
-    <dependency>
-      <groupId>org.apache.commons</groupId>
-      <artifactId>commons-lang3</artifactId>
-      <version>3.13.0</version>
-    </dependency>
-
     <!-- dependencies to annotations -->
     <dependency>
       <groupId>org.apache.maven.plugin-tools</groupId>

Reply via email to