Skip to content

Commit

Permalink
fix: specify version for maven-dependency-plugin (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chingor13 authored Aug 27, 2019
1 parent 7d5dfd4 commit 042baf8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,11 @@
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.4</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
</plugin>
</plugins>
</pluginManagement>
<plugins>
Expand Down

0 comments on commit 042baf8

Please sign in to comment.