Repository: jclouds-karaf Updated Branches: refs/heads/update-agentproxy-1.7.x [created] 19342a7f2
Removing the JSch agentproxy binding and unneeded deps Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/19342a7f Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/19342a7f Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/19342a7f Branch: refs/heads/update-agentproxy-1.7.x Commit: 19342a7f2f6af8da175a866512c6d3e877b42423 Parents: 279405b Author: Andrew Phillips <[email protected]> Authored: Mon Apr 14 19:51:00 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon May 5 09:27:59 2014 -0400 ---------------------------------------------------------------------- feature/src/main/resources/feature.xml | 3 +-- pom.xml | 10 ---------- 2 files changed, 1 insertion(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/19342a7f/feature/src/main/resources/feature.xml ---------------------------------------------------------------------- diff --git a/feature/src/main/resources/feature.xml b/feature/src/main/resources/feature.xml index 9270964..fd22d23 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 bundles - see https://issues.apache.org/jira/browse/SMX4-1728 and SMX4-1729 --> - <bundle>wrap:mvn:com.jcraft/jsch.agentproxy.jsch/${jsch.agentproxy.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:com.jcraft/jsch.agentproxy.connector-factory/${jsch.agentproxy.version}</bundle> <bundle dependency='true'>mvn:com.jcraft/jsch.agentproxy.usocket-nc/${jsch.agentproxy.version}</bundle> http://git-wip-us.apache.org/repos/asf/jclouds-karaf/blob/19342a7f/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index aefa6ef..6a1090d 100644 --- a/pom.xml +++ b/pom.xml @@ -474,16 +474,6 @@ limitations under the License. <artifactId>jsch.agentproxy.connector-factory</artifactId> <version>${jsch.agentproxy.version}</version> </dependency> - <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch.agentproxy.usocket-nc</artifactId> - <version>${jsch.agentproxy.version}</version> - </dependency> - <dependency> - <groupId>com.jcraft</groupId> - <artifactId>jsch.agentproxy.sshagent</artifactId> - <version>${jsch.agentproxy.version}</version> - </dependency> <!-- Logging Dependencies --> <dependency>
