mirror of https://github.com/apache/jclouds.git
JCLOUDS-1532 - Update SSHJ + JSCH (#57)
This commit is contained in:
parent
11d05ac9bf
commit
b96158e6ed
|
@ -73,7 +73,7 @@
|
|||
<dependency>
|
||||
<groupId>com.jcraft</groupId>
|
||||
<artifactId>jsch</artifactId>
|
||||
<version>0.1.54</version>
|
||||
<version>0.1.55</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
|
@ -78,7 +78,7 @@
|
|||
<dependency>
|
||||
<groupId>com.hierynomus</groupId>
|
||||
<artifactId>sshj</artifactId>
|
||||
<version>0.20.0</version>
|
||||
<version>0.27.0</version>
|
||||
<exclusions>
|
||||
<!-- provided by the jclouds-bouncycastle driver -->
|
||||
<exclusion>
|
||||
|
|
Loading…
Reference in New Issue