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>
                        <plugin>
                            <groupId>org.apache.maven.plugins</groupId>
                            <artifactId>maven-dependency-plugin</artifactId>
+                            <version>2.8</version>
                            <executions>
                              <execution>
                                <id>unpack-schema-dependency</id>
 
                        <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>