aai-service: Force maven-dependency-plugin version 61/5661/1 release-1.0.0
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:13:27 +0000 (20:13 +0000)
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 5bb903b..36ff062 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 2a89bfa..424b41f 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>