From 7d9b7485c6c884dc17d199d3066d5db4160e1853 Mon Sep 17 00:00:00 2001 From: "Lee, Tian (tl5884)" Date: Tue, 27 Feb 2018 17:22:48 +0000 Subject: [PATCH] Fix GPL-2.0 license issues Remove maven-dependency-plugin which is copying powermock-module-javaagent into the target folder Change-Id: Ifd59f3d0af47e33783ac12d9d89cf40a1614d95a Issue-ID: AAI-809 Signed-off-by: Lee, Tian (tl5884) --- pom.xml | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/pom.xml b/pom.xml index 955ce58..e67e4ca 100644 --- a/pom.xml +++ b/pom.xml @@ -384,31 +384,6 @@ true - - org.apache.maven.plugins - maven-dependency-plugin - 2.8 - - - copy-agent - process-test-classes - - copy - - - - - org.powermock - powermock-module-javaagent - 1.6.2 - ${project.build.directory}/agents - powermock-javaagent.jar - - - - - - org.apache.maven.plugins maven-surefire-plugin -- 2.16.6