summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-06-12 14:38:05 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-06-12 14:40:42 -0700
commitfaa407b9cd0430c1e6b8b668392fe5e33f792432 (patch)
tree8e0c31a4bd3b6f476630b5b5f818a8d1adbe5f27
parent0cecd0baa3cbc3f870670911d27db2fae8feac83 (diff)
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: Iff2a94a4944adf2a01e0c9a70eeccdac02ea70ec Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 8a3bd4b..0b77f49 100644
--- a/pom.xml
+++ b/pom.xml
@@ -385,7 +385,7 @@
<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>