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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new 3a22173  Remove useless commons-cli (#16031)
3a22173 is described below

commit 3a2217389d9f80b88d5374cf4ff5dba87cc60394
Author: Liang Zhang <[email protected]>
AuthorDate: Sun Mar 13 19:09:52 2022 +0800

    Remove useless commons-cli (#16031)
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index f79ebea..7977a4e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,7 +60,6 @@
         <commons-lang3.version>3.8</commons-lang3.version>
         <commons-collections4.version>4.2</commons-collections4.version>
         <commons-codec.version>1.15</commons-codec.version>
-        <commons-cli.version>1.4</commons-cli.version>
         
         <jaxb.version>2.3.0</jaxb.version>
         <annotation-api.version>1.3.2</annotation-api.version>
@@ -301,11 +300,6 @@
                 <version>${commons-codec.version}</version>
             </dependency>
             <dependency>
-                <groupId>commons-cli</groupId>
-                <artifactId>commons-cli</artifactId>
-                <version>${commons-cli.version}</version>
-            </dependency>
-            <dependency>
                 <groupId>org.apache.commons</groupId>
                 <artifactId>commons-collections4</artifactId>
                 <version>${commons-collections4.version}</version>

Reply via email to