You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by al...@apache.org on 2016/12/13 15:59:03 UTC

[09/13] brooklyn-server git commit: Swap service mix wrapped `jsch.agentproxy.sshj` for karaf wrap

Swap service mix wrapped `jsch.agentproxy.sshj` for karaf wrap


Project: http://git-wip-us.apache.org/repos/asf/brooklyn-server/repo
Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-server/commit/8b8b8dfb
Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-server/tree/8b8b8dfb
Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-server/diff/8b8b8dfb

Branch: refs/heads/master
Commit: 8b8b8dfb354f884a94a3ae230c20e005afe39f5c
Parents: eef749c
Author: Mark McKenna <m4...@gmail.com>
Authored: Mon Dec 12 15:23:20 2016 +0000
Committer: Mark McKenna <m4...@gmail.com>
Committed: Mon Dec 12 15:23:20 2016 +0000

----------------------------------------------------------------------
 karaf/features/src/main/feature/feature.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/brooklyn-server/blob/8b8b8dfb/karaf/features/src/main/feature/feature.xml
----------------------------------------------------------------------
diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml
index 14a9d8f..8cd569a 100644
--- a/karaf/features/src/main/feature/feature.xml
+++ b/karaf/features/src/main/feature/feature.xml
@@ -266,7 +266,7 @@
         <bundle dependency="true">mvn:org.apache.jclouds.provider/google-compute-engine/${jclouds.version}</bundle>
 
         <feature>jclouds-services</feature>
-        <bundle dependency='true'>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jsch-agentproxy-sshj/0.0.9_1</bundle>
+        <bundle dependency="true">wrap:mvn:com.jcraft/jsch.agentproxy.sshj/0.0.9$Bundle-Name=wrap%20%3A%3A%20jsch.agentproxy.sshj</bundle>
 
         <!-- Same as allcompute -->
         <feature>jclouds-aws-ec2</feature>