aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-07-03 13:10:43 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-07-03 13:12:20 -0700
commit684a171e76dc07ea0fba1f85429b0e6bb69a498a (patch)
tree053e7af621c0369c0f68c8644d6a2d232a0d59ca
parent8a02aa9f42b31eea16feb4894bc593806be2c91a (diff)
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 <jwagantall@linuxfoundation.org>
-rw-r--r--aai-schema/pom.xml1
-rw-r--r--ajsc-aai/pom.xml3
2 files changed, 3 insertions, 1 deletions
diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml
index 65ca22d..58b1be7 100644
--- a/aai-schema/pom.xml
+++ b/aai-schema/pom.xml
@@ -80,6 +80,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
+ <version>2.8</version>
<executions>
<execution>
<id>unpack-schema-dependency</id>
diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml
index 1f43e52..75d6188 100644
--- a/ajsc-aai/pom.xml
+++ b/ajsc-aai/pom.xml
@@ -540,7 +540,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>
@@ -565,6 +565,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
+ <version>2.8</version>
<executions>
<execution>
<id>unpack-schema-dependency</id>