From faa407b9cd0430c1e6b8b668392fe5e33f792432 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 12 Jun 2017 14:38:05 -0700 Subject: [PATCH] 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8a3bd4b..0b77f49 100644 --- a/pom.xml +++ b/pom.xml @@ -385,7 +385,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.5.1 + 2.8 copy-agent -- 2.16.6