Github user ahgittin commented on a diff in the pull request:
https://github.com/apache/incubator-brooklyn/pull/193#discussion_r18120077
--- Diff:
locations/jclouds/src/main/java/brooklyn/location/jclouds/JcloudsUtil.java ---
@@ -318,8 +317,7 @@ public static ComputeService
findComputeService(ConfigBag conf, boolean allowReu
return ImmutableSet.<Module> of(
new SshjSshClientModule(),
new SLF4JLoggingModule(),
- new BouncyCastleCryptoModule(),
- new BrooklynStandardJcloudsGuiceModule());
--- End diff --
i'd kinda like to keep this even if empty because it was *painful* to
figure out how to do it and i'd hate to go through that again. but then again
i'm not likely to forget it so fine to delete it!
---
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.
---