pom.xml: Updating maven-dependency-plugin version 99/4999/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 12 Jun 2017 21:38:05 +0000 (14:38 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 12 Jun 2017 21:40:42 +0000 (14:40 -0700)
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>
pom.xml

diff --git a/pom.xml b/pom.xml
index 8a3bd4b..0b77f49 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-dependency-plugin</artifactId>
                        <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>
                                <executions>
                                        <execution>
                                                <id>copy-agent</id>