From 0fc5a2bc46c700b5b3805ca38fd43a3fee40ea7d Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Mon, 3 Jul 2017 13:10:43 -0700 Subject: aai-service: Force maven-dependency-plugin version The root pom is pointing to the correct maven-dependency-plugin version, but we also needed to add this in the submodules pom files Change-Id: I0aa7cdc547d154d1a5ca1438edb9738c42d0d81a Signed-off-by: Jessica Wagantall --- aai-schema/pom.xml | 1 + ajsc-aai/pom.xml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 5bb903b..36ff062 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -80,6 +80,7 @@ org.apache.maven.plugins maven-dependency-plugin + 2.8 unpack-schema-dependency diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml index 2a89bfa..424b41f 100644 --- a/ajsc-aai/pom.xml +++ b/ajsc-aai/pom.xml @@ -540,7 +540,7 @@ org.apache.maven.plugins maven-dependency-plugin - 2.5.1 + 2.8 copy-agent @@ -565,6 +565,7 @@ org.apache.maven.plugins maven-dependency-plugin + 2.8 unpack-schema-dependency -- cgit 1.2.3-korg