Update maven-dependency-plugin to latest

Prior to version 2.10 configuration options we require are
unavailable. Specifically, to have a strict dependency policy with
our optional dependency configurations, we will need:

 - ignoredUnusedDeclaredDependencies
 - ignoredUsedUndeclaredDependencies

----Release Notes----

[]
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=115411144


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/db708bb9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/db708bb9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/db708bb9

Branch: refs/heads/master
Commit: db708bb9a157d0b86519f9309d5c0b945a72ebde
Parents: 87b28e7
Author: klk <[email protected]>
Authored: Tue Feb 23 19:53:21 2016 -0800
Committer: Davor Bonaci <[email protected]>
Committed: Thu Feb 25 23:58:27 2016 -0800

----------------------------------------------------------------------
 pom.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/db708bb9/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9ff5cd2..cf24c7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -293,6 +293,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-dependency-plugin</artifactId>
+          <version>2.10</version>
           <configuration>
             <ignoreNonCompile>true</ignoreNonCompile>
           </configuration>

Reply via email to