Selaa lähdekoodia

Update maven-dependency-plugin to 2.5.1 to support m2e

Rob Winch 13 vuotta sitten
vanhempi
commit
6cf44b9de0
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  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>