Skip to content

Commit

Permalink
Added missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre-Bartel committed Dec 14, 2020
1 parent 6eca5bc commit 0d5604e
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 @@ -131,6 +131,11 @@
<artifactId>commons-codec</artifactId>
<version>1.9</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.6</version>
</dependency>
<dependency>
<artifactId>remoting</artifactId>
<groupId>org.jenkins-ci.main</groupId>
Expand Down

0 comments on commit 0d5604e

Please sign in to comment.