> @@ -86,6 +86,16 @@
>        <artifactId>jsch</artifactId>
>        <scope>compile</scope>
>      </dependency>
> +    <dependency>
> +      <groupId>com.jcraft</groupId>
> +      <artifactId>jsch.agentproxy.jsch</artifactId>
> +      <version>0.0.7</version>
> +    </dependency>
> +    <dependency>
> +      <groupId>com.jcraft</groupId>
> +      <artifactId>jsch.agentproxy.connector-factory</artifactId>
> +      <version>0.0.7</version>

Jcraft has their own policy with the version numbering. Practically all of 
their stuff is sub 1.0.0 (except for jzlib). My experience with their quality 
and stability has been good. The project is a couple of years old, hosted on 
github: https://github.com/ymnk/jsch-agent-proxy , and in actual use by several 
projects.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/312/files#r10861211

Reply via email to