mirror of https://github.com/apache/jclouds.git
bump sshj version to 0.20.0
- this version contains some bux fixes especially useful for OSGi
This commit is contained in:
parent
a7ccf6578d
commit
014f7a4fb9
|
@ -78,7 +78,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.hierynomus</groupId>
|
<groupId>com.hierynomus</groupId>
|
||||||
<artifactId>sshj</artifactId>
|
<artifactId>sshj</artifactId>
|
||||||
<version>0.12.0</version>
|
<version>0.20.0</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<!-- provided by the jclouds-bouncycastle driver -->
|
<!-- provided by the jclouds-bouncycastle driver -->
|
||||||
<exclusion>
|
<exclusion>
|
||||||
|
|
Loading…
Reference in New Issue