Repository: jclouds-karaf Updated Branches: refs/heads/master 845805252 -> 5c44a9478
JCLOUDS-516: Removing the JSch agentproxy binding and unneeded deps Follow-up to 094f698 Project: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/commit/5c44a947 Tree: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/tree/5c44a947 Diff: http://git-wip-us.apache.org/repos/asf/jclouds-karaf/diff/5c44a947 Branch: refs/heads/master Commit: 5c44a94788475dc0cc33de51cdf35e02e9a51dcd Parents: 8458052 Author: Andrew Phillips <[email protected]> Authored: Mon Apr 14 19:51:00 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Mon May 5 09:28:57 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/5c44a947/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/5c44a947/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0a47baa..8632882 100644 --- a/pom.xml +++ b/pom.xml @@ -465,16 +465,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>
