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/08 14:34:31 UTC

[maven] 01/01: [MNG-6814] - Remove useless exclusion in maven-plugin-api

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

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

commit 610e623211feb5dca8e0d47089665860d1bf77d2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Dec 8 15:34:22 2019 +0100

    [MNG-6814] - Remove useless exclusion in maven-plugin-api
---
 maven-plugin-api/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/maven-plugin-api/pom.xml b/maven-plugin-api/pom.xml
index c4c66f6..579022e 100644
--- a/maven-plugin-api/pom.xml
+++ b/maven-plugin-api/pom.xml
@@ -41,12 +41,6 @@ under the License.
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-artifact</artifactId>
-      <exclusions>
-        <exclusion>
-          <artifactId>wagon-provider-api</artifactId>
-          <groupId>org.apache.maven.wagon</groupId>
-        </exclusion>
-      </exclusions>
     </dependency>
     <dependency>
       <groupId>org.eclipse.sisu</groupId>