Github user m4rkmckenna commented on a diff in the pull request:
https://github.com/apache/brooklyn-server/pull/481#discussion_r91704893
--- Diff: karaf/features/src/main/feature/feature.xml ---
@@ -260,13 +260,13 @@
<bundle
dependency="true">mvn:org.apache.jclouds.driver/jclouds-okhttp/${jclouds.version}</bundle>
<bundle
dependency="true">mvn:org.apache.jclouds.driver/jclouds-sshj/${jclouds.version}</bundle>
- <bundle
dependency="true">mvn:org.apache.jclouds.labs/abiquo/${jclouds.version}</bundle>
- <bundle
dependency="true">mvn:org.apache.jclouds.labs/docker/${jclouds.version}</bundle>
+ <!--<bundle
dependency="true">mvn:org.apache.jclouds.labs/abiquo/${jclouds.version}</bundle>-->
<!-- jclouds abstraction not implemented -->
+ <bundle
dependency="true">mvn:org.apache.jclouds.api/docker/${jclouds.version}</bundle>
- <!-- Not bundle-ized, fixed in 2.0.0-SNAPSHOT -->
- <!-- bundle
dependency="true">mvn:org.apache.jclouds.labs/google-compute-engine/${jclouds.version}</bundle
-->
+ <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>
--- End diff --
Yeah i just noticed that this was removed i dont know whats trying to pull
it in ... looking now
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---