Skip to content

Commit

Permalink
dependency convergence
Browse files Browse the repository at this point in the history
  • Loading branch information
jakub-bochenski committed Jan 29, 2019
1 parent 2af6cd4 commit 974b1fc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,16 @@
</repository>
</repositories>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>credentials</artifactId>
<version>2.1.13</version>
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>commons-httpclient</groupId>
Expand Down

0 comments on commit 974b1fc

Please sign in to comment.