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 10:13:41 UTC

[maven] branch MNG-6820 updated (99fb33e -> 99953a4)

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.


 discard 99fb33e  [MNG-6820] - Remove unnecessary dependency exclusions for commons-cli
     add 3332f4d  [MNG-6816] Prefer System.lineSeparator() over system properties
     new 99953a4  [MNG-6820] - Remove unnecessary dependency exclusions for commons-cli

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (99fb33e)
            \
             N -- N -- N   refs/heads/MNG-6820 (99953a4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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.


Summary of changes:
 .../artifact/resolver/AbstractArtifactResolutionException.java      | 2 +-
 .../org/apache/maven/project/validation/ModelValidationResult.java  | 6 +++---
 .../maven/artifact/resolver/ArtifactResolutionExceptionTest.java    | 2 +-
 .../apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java | 2 +-
 .../maven/toolchain/building/DefaultToolchainsBuilderTest.java      | 2 +-
 .../maven/toolchain/building/ToolchainsBuildingExceptionTest.java   | 2 +-
 .../src/main/java/org/apache/maven/cli/CLIReportingUtils.java       | 2 +-
 .../cli/logging/impl/UnsupportedSlf4jBindingConfiguration.java      | 2 +-
 .../test/java/org/apache/maven/cli/CLIManagerDocumentationTest.java | 2 +-
 9 files changed, 11 insertions(+), 11 deletions(-)


[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 99953a44f164e5d23053ec97fee1c9b7a31d93cc
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>