Repository: jclouds Updated Branches: refs/heads/master a7ccf6578 -> 014f7a4fb
bump sshj version to 0.20.0 - this version contains some bux fixes especially useful for OSGi Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/014f7a4f Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/014f7a4f Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/014f7a4f Branch: refs/heads/master Commit: 014f7a4fb94ac936d7fbae339fe53a9cf4876977 Parents: a7ccf65 Author: Andrea Turli <[email protected]> Authored: Fri Feb 10 14:56:48 2017 +0100 Committer: Andrea Turli <[email protected]> Committed: Mon Mar 6 17:03:53 2017 +0100 ---------------------------------------------------------------------- drivers/sshj/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/014f7a4f/drivers/sshj/pom.xml ---------------------------------------------------------------------- diff --git a/drivers/sshj/pom.xml b/drivers/sshj/pom.xml index a5967d0..3cb2cee 100644 --- a/drivers/sshj/pom.xml +++ b/drivers/sshj/pom.xml @@ -78,7 +78,7 @@ <dependency> <groupId>com.hierynomus</groupId> <artifactId>sshj</artifactId> - <version>0.12.0</version> + <version>0.20.0</version> <exclusions> <!-- provided by the jclouds-bouncycastle driver --> <exclusion>
