Upgrading version of maven-dependency-plugin
This commit is contained in:
parent
7728e73bd4
commit
3b907b274c
5
pom.xml
5
pom.xml
|
@ -346,6 +346,11 @@
|
|||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-dependency-plugin</artifactId>
|
||||
<version>2.10</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>findbugs-maven-plugin</artifactId>
|
||||
|
|
Loading…
Reference in New Issue