You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/12/14 09:19:27 UTC

[maven] branch MNG-6820 created (now 99fb33e)

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

khmarbaise pushed a change to branch MNG-6820
in repository https://gitbox.apache.org/repos/asf/maven.git.


      at 99fb33e  [MNG-6820] - Remove unnecessary dependency exclusions for commons-cli

This branch includes the following new commits:

     new 99fb33e  [MNG-6820] - Remove unnecessary dependency exclusions for commons-cli

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.



[maven] 01/01: [MNG-6820] - Remove unnecessary dependency exclusions for commons-cli

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 99fb33ec15bf2d37e708a6431f48c24e42088539
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 14 10:19:08 2019 +0100

    [MNG-6820] - Remove unnecessary dependency exclusions for commons-cli
---
 pom.xml | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ed60b9..a17e829 100644
--- a/pom.xml
+++ b/pom.xml
@@ -380,16 +380,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-jxpath</groupId>