Skip to content

Commit

Permalink
Remove duplicated version-number dependency and use inherited version
Browse files Browse the repository at this point in the history
  • Loading branch information
batmat committed Apr 1, 2019
1 parent c4a6752 commit 76b204a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions plugins-compat-tester/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>version-number</artifactId>
<version>1.4</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.tests</groupId>
Expand Down Expand Up @@ -222,9 +221,5 @@
<artifactId>powermock-api-mockito</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>version-number</artifactId>
</dependency>
</dependencies>
</project>
</project>

0 comments on commit 76b204a

Please sign in to comment.