浏览代码

Update maven-dependency-plugin to 2.5.1 to support m2e

Rob Winch 13 年之前
父节点
当前提交
6cf44b9de0
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      pom.xml

+ 5 - 0
pom.xml

@@ -215,6 +215,11 @@
                         </execution>
                     </executions>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-dependency-plugin</artifactId>
+                    <version>2.5.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
         <plugins>