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

slachiewicz pushed a commit to branch MNG-7670
in repository https://gitbox.apache.org/repos/asf/maven.git

commit be9945ff0083d622367bc7e3304669d587d78ff1
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Thu Jan 19 22:32:00 2023 +0000

    [MNG-7670] Upgrade commons-cli from 1.4.0 to 1.5
---
 pom.xml                 | 12 +-----------
 src/site/xdoc/index.xml |  2 +-
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ff347dfa..7d823f933 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
     <maven.version>3.0.5</maven.version>
     <javaVersion>8</javaVersion>
     <classWorldsVersion>2.6.0</classWorldsVersion>
-    <commonsCliVersion>1.4</commonsCliVersion>
+    <commonsCliVersion>1.5.0</commonsCliVersion>
     <commonsIoVersion>2.11.0</commonsIoVersion>
     <commonsLangVersion>3.8.1</commonsLangVersion>
     <junitVersion>4.13.2</junitVersion>
@@ -428,16 +428,6 @@ under the License.
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
         <version>${commonsCliVersion}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>commons-lang</groupId>
-            <artifactId>commons-lang</artifactId>
-          </exclusion>
-          <exclusion>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>commons-io</groupId>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index ece128b3c..56a604822 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -58,7 +58,7 @@ under the License.
           <area shape="rect" coords="43,0,200,36"     
alt="maven-slf4j-provider" href="maven-slf4j-provider/" />
           <area shape="rect" coords="0,434,172,578"   alt="maven-resolver" 
href="https://maven.apache.org/resolver/"; />
           <area shape="rect" coords="71,59,173,94"    alt="slf4j-api" 
href="http://www.slf4j.org/manual.html"; />
-          <area shape="rect" coords="551,58,707,94"   alt="commons-cli" 
href="http://commons.apache.org/cli/"; />
+          <area shape="rect" coords="551,58,707,94"   alt="commons-cli" 
href="https://commons.apache.org/proper/commons-cli/"; />
           <area shape="rect" coords="88,175,205,212"  alt="maven-shared-utils" 
href="https://maven.apache.org/shared/maven-shared-utils/"; />
           <area shape="rect" coords="0,175,70,211"    alt="jansi" 
href="http://fusesource.github.io/jansi/"; />
           <area shape="rect" coords="0,234,70,269"    alt="jansi-native" 
href="https://github.com/fusesource/jansi-native"; />

Reply via email to