diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-06-12 14:38:05 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-06-21 18:34:25 +0000 |
commit | f37368e2c2e3fe12a8b28ef5c0b536aaedd696b9 (patch) | |
tree | fb21843836429ea387d47df5816cd4e9070f8426 | |
parent | 60b6c81ad8504f9a23e93c97fdb4d689cd1418c6 (diff) |
pom.xml: Updating maven-dependency-plugin versionrelease-1.0.0
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)
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -238,7 +238,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> |