Repository: jclouds-karaf Updated Branches: refs/heads/sshj-agentproxy-bundle [created] 55c0b80a9
Using ServiceMix bundle for jsch-agentproxy-sshj Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/55c0b80a Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/55c0b80a Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/55c0b80a Branch: refs/heads/sshj-agentproxy-bundle Commit: 55c0b80a9d7348de505e30c48a5990800e4458dc Parents: 178cb52 Author: Andrew Phillips <[email protected]> Authored: Sun May 4 21:12:50 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Wed Aug 20 00:03:25 2014 -0400 ---------------------------------------------------------------------- feature/src/main/resources/feature.xml | 3 +-- pom.xml | 6 ++++++ 2 files changed, 7 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/55c0b80a/feature/src/main/resources/feature.xml ---------------------------------------------------------------------- diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml index fd22d23..54d9714 100644 --- a/feature/src/main/resources/feature.xml +++ b/feature/src/main/resources/feature.xml @@ -434,8 +434,7 @@ limitations under the License. <feature version='${project.version}'>jclouds-blobstore</feature> <feature version='${project.version}'>jclouds-management</feature> <bundle dependency='true'>mvn:net.schmizz/sshj/${sshj.version}</bundle> - <!-- not currently available as a usable bundle - see https://issues.apache.org/jira/browse/SMX4-1749 --> - <bundle>wrap:mvn:com.jcraft/jsch.agentproxy.sshj/${jsch.agentproxy.version}</bundle> + <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsch-agentproxy-sshj/${jsch.agentproxy.bundle.version}</bundle> <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.connector-factory/${jsch.agentproxy.version}</bundle> <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.usocket-nc/${jsch.agentproxy.version}</bundle> <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.sshagent/${jsch.agentproxy.version}</bundle> http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/55c0b80a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index e3c8c24..9fdcddc 100644 --- a/pom.xml +++ b/pom.xml @@ -202,6 +202,7 @@ limitations under the License. <joda.version>2.1</joda.version> <jsch.bundle.version>0.1.44_2</jsch.bundle.version> <jsch.agentproxy.version>0.0.7</jsch.agentproxy.version> + <jsch.agentproxy.bundle.version>${jsch.agentproxy.version}_2</jsch.agentproxy.bundle.version> <jsr305.bundle.version>1.3.9_1</jsr305.bundle.version> <sericemix.specs.jsr250.version>1.9.0</sericemix.specs.jsr250.version> <junit.version>4.8.2</junit.version> @@ -462,6 +463,11 @@ limitations under the License. <!-- JSch agentproxy --> <dependency> + <groupId>org.apache.servicemix.bundles</groupId> + <artifactId>org.apache.servicemix.bundles.jsch-agentproxy-sshj</artifactId> + <version>${jsch.agentproxy.bundle.version}</version> + </dependency> + <dependency> <groupId>com.jcraft</groupId> <artifactId>jsch.agentproxy.connector-factory</artifactId> <version>${jsch.agentproxy.version}</version>
