@demobox, is it possible that we need to add also
```
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.49</version>
</dependency>
```
as for example jclouds-labs-google is now complaining because```java.util.concurrent.ExecutionException: java.lang.NoClassDefFoundError: org/bouncycastle/openssl/PasswordFinder``` ? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/273#issuecomment-33787776
