Moved sshj to the new com.hierynomus version.
This only needed a minor code change due to a method removal.

However, due to the changed groupId but the same package declarations
maven treats them as different and does not exclude the versions imported by
jsch.agentproxy so thse are manually excluded and updated to the 0.0.9 versions

Also sshj is depends on a newer version of BouncyCastle. This has been updated 
to 1.51.
The inclusion of the extended version in the bouncycastle driver causes a 
duplicate
class clash. This could be ignored in the project pom but I have reduced it to 
the
normal version. Users could still provide the extended version if they require 
it.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds/pull/841

-- Commit Summary --

  * JCLOUDS-827 updating sshj

-- File Changes --

    M drivers/bouncycastle/pom.xml (4)
    M drivers/jsch/pom.xml (4)
    M drivers/sshj/pom.xml (24)
    M drivers/sshj/src/main/java/org/jclouds/sshj/SshjSshClient.java (40)
    M project/pom.xml (4)

-- Patch Links --

https://github.com/jclouds/jclouds/pull/841.patch
https://github.com/jclouds/jclouds/pull/841.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/841

Reply via email to