Skip to content

Commit

Permalink
Merge pull request #47 from jglick/pom
Browse files Browse the repository at this point in the history
No need to bundle jsch.jar
  • Loading branch information
jglick authored Feb 28, 2018
2 parents b06434d + e597672 commit e0166a0
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 @@ -42,6 +42,11 @@
</scm>

<dependencies>
<dependency>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jsch</artifactId>
<version>0.1.54.2</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.lib</groupId>
<artifactId>cvsclient</artifactId>
Expand Down

0 comments on commit e0166a0

Please sign in to comment.