This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MDEP-681 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit dac074ee6389c6ae671d9a4579d58a3cf332c9cf Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Thu Mar 26 17:29:28 2020 +0100 [MDEP-681] - Remove no longer required execlusions --- pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pom.xml b/pom.xml index 24197d4..b134795 100644 --- a/pom.xml +++ b/pom.xml @@ -210,12 +210,6 @@ under the License. <groupId>org.apache.maven.shared</groupId> <artifactId>file-management</artifactId> <version>3.0.0</version> - <exclusions> - <exclusion> - <artifactId>maven-artifact-manager</artifactId> - <groupId>org.apache.maven</groupId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>