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

[directory-scimple] branch remove-args4j-dep created (now 0f2a7be1)

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

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


      at 0f2a7be1 Removed unused args4j dep

This branch includes the following new commits:

     new 0f2a7be1 Removed unused args4j dep

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.



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

Posted by bd...@apache.org.
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>