[
https://issues.apache.org/jira/browse/SMX4-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13972319#comment-13972319
]
Freeman Fang commented on SMX4-1728:
------------------------------------
Hi Andrew,
I'd say the version range dependency in jsch.agentproxy.sshj-0.0.7.pom is
really confused
{code}
<dependency>
<groupId>net.schmizz</groupId>
<artifactId>sshj</artifactId>
<version>[0.8.1,)</version>
</dependency>
{code}
It can pull in snapshot dependency so I have to specify one released version in
SMX wrapped bundle, and I just pick up the latest released version 0.9.0. If
jclouds need 0.8.1 we can fix it with removing com.jcraft.jsch together.
Freeman
> Create bundle for jsch.agentproxy.sshj 0.0.7
> --------------------------------------------
>
> Key: SMX4-1728
> URL: https://issues.apache.org/jira/browse/SMX4-1728
> Project: ServiceMix 4
> Issue Type: Wish
> Components: Bundles
> Affects Versions: bundles-2014.02
> Reporter: Andrew Phillips
> Assignee: Freeman Fang
> Fix For: bundles-2014.03
>
>
> jsch.agentproxy.sshj [1] adds support for SSH agents to the popular sshj
> library, which we support in jclouds-karaf. It contains only one class on top
> of the base jsch.agentproxy.core [2] code. The latter is already a bundle,
> but j.a.sshj unfortunately is not.
> If we can help create a patch for this issue, some pointers on where to start
> would be much appreciated.
> [1]
> http://search.maven.org/#artifactdetails%7Ccom.jcraft%7Cjsch.agentproxy.sshj%7C0.0.7%7Cjar
> [2]
> http://search.maven.org/#artifactdetails%7Ccom.jcraft%7Cjsch.agentproxy.core%7C0.0.7%7Cbundle
--
This message was sent by Atlassian JIRA
(v6.2#6252)