From: Lee, Tian (tl5884) Date: Tue, 27 Feb 2018 17:22:48 +0000 (+0000) Subject: Fix GPL-2.0 license issues X-Git-Tag: v1.2.0~12 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fmodel-loader.git;a=commitdiff_plain;h=7d9b7485c6c884dc17d199d3066d5db4160e1853;hp=bccb1b0e87bf45dabbc520f1068412df26649459 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) --- 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