pom.xml: Updating maven-dependency-plugin version 55/5155/1 release-1.0.0
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 12 Jun 2017 21:38:05 +0000 (14:38 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 21 Jun 2017 18:34:25 +0000 (18:34 +0000)
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: Iff2a94a4944adf2a01e0c9a70eeccdac02ea70ec
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
(cherry picked from commit faa407b9cd0430c1e6b8b668392fe5e33f792432)

pom.xml

diff --git a/pom.xml b/pom.xml
index 2166f0b..4a61caf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
-                               <version>2.5.1</version>
+                               <version>2.8</version>
                                <executions>
                                        <execution>
                                                <id>copy-agent</id>