From: Jessica Wagantall Date: Wed, 21 Jun 2017 18:51:37 +0000 (-0700) Subject: pom.xml: Updating maven-dependency-plugin version X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=8a02aa9f42b31eea16feb4894bc593806be2c91a;p=aai%2Faai-service.git pom.xml: Updating maven-dependency-plugin version CLM creashes after executing the tree goal. After looking online, looks like vesion 2.8 of maven-dependency-plugin can be compatible with the migration to Eclipse Aether (MNG-5354). Change-Id: Ia603e88e13456c6709da9c869e3558178e0e0bc8 Signed-off-by: Jessica Wagantall --- diff --git a/pom.xml b/pom.xml index ce05aa1..a6f9f60 100644 --- a/pom.xml +++ b/pom.xml @@ -173,7 +173,31 @@ initialize - + + 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.codehaus.mojo exec-maven-plugin