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:59:32 UTC

[maven] branch MNG-6821 created (now e7654f6)

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

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


      at e7654f6  [MNG-6821] - Remove unnecessary dependency exclusions for plexus-component-annotations

This branch includes the following new commits:

     new e7654f6  [MNG-6821] - Remove unnecessary dependency exclusions for plexus-component-annotations

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-6821] - Remove unnecessary dependency exclusions for plexus-component-annotations

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

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

commit e7654f610a2a1d8400b215ba3f2f9eaa1fbd6fd5
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sat Dec 14 11:59:23 2019 +0100

    [MNG-6821] - Remove unnecessary dependency exclusions for plexus-component-annotations
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index a17e829..f1f7b16 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,12 +269,6 @@ under the License.
         <groupId>org.codehaus.plexus</groupId>
         <artifactId>plexus-component-annotations</artifactId>
         <version>${plexusVersion}</version>
-        <exclusions>
-          <exclusion>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-          </exclusion>
-        </exclusions>
       </dependency>
       <dependency>
         <groupId>org.codehaus.plexus</groupId>