aai-service: Force maven-dependency-plugin version 59/5659/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 3 Jul 2017 20:10:43 +0000 (13:10 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Mon, 3 Jul 2017 20:12:20 +0000 (13:12 -0700)
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>
aai-schema/pom.xml
ajsc-aai/pom.xml

index 65ca22d..58b1be7 100644 (file)
@@ -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>
index 1f43e52..75d6188 100644 (file)
                        <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>
                        <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-dependency-plugin</artifactId>
+                            <version>2.8</version>
                            <executions>
                              <execution>
                                <id>unpack-schema-dependency</id>