Skip to content

Commit

Permalink
Declare version of dependency plugin in pluginManagement
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed Jan 18, 2019
1 parent 8ef41a9 commit 4f889cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -274,6 +274,10 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.1</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
Expand Down

0 comments on commit 4f889cc

Please sign in to comment.