You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by bd...@apache.org on 2022/11/02 17:48:20 UTC

[directory-scimple] 01/01: Removed unused args4j dep

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

bdemers pushed a commit to branch remove-args4j-dep
in repository https://gitbox.apache.org/repos/asf/directory-scimple.git

commit 0f2a7be1efa72815648a9fd13fd9357c66e8ea95
Author: Brian Demers <bd...@apache.org>
AuthorDate: Wed Nov 2 13:48:11 2022 -0400

    Removed unused args4j dep
---
 pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 798956ad..0d01dab1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -155,11 +155,6 @@
         <artifactId>weld-se-core</artifactId>
         <version>4.0.2.Final</version>
       </dependency>
-      <dependency>
-        <groupId>args4j</groupId>
-        <artifactId>args4j</artifactId>
-        <version>2.33</version>
-      </dependency>
       <dependency>
         <groupId>org.projectlombok</groupId>
         <artifactId>lombok</artifactId>