Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-18591] - Update cvsclient to latest version
The new cvsclient lib should contain Jsch 1.50
  • Loading branch information
svogt committed Jul 3, 2013
1 parent 4099ca9 commit b93ce65
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pom.xml
Expand Up @@ -35,12 +35,7 @@
<dependency>
<groupId>org.jenkins-ci.lib</groupId>
<artifactId>cvsclient</artifactId>
<version>71-jenkins-9</version>
</dependency>
<dependency>
<groupId>com.jcraft</groupId>
<artifactId>jsch</artifactId>
<version>0.1.50</version>
<version>71-jenkins-10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.jenkins-ci.main</groupId>
Expand Down

0 comments on commit b93ce65

Please sign in to comment.