diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-06-12 14:38:05 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-06-12 14:40:42 -0700 |
commit | faa407b9cd0430c1e6b8b668392fe5e33f792432 (patch) | |
tree | 8e0c31a4bd3b6f476630b5b5f818a8d1adbe5f27 /pom.xml | |
parent | 0cecd0baa3cbc3f870670911d27db2fae8feac83 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |