@demobox Not an expert but this seems ok for jclouds-labs-google:
```
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.49</version>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
```
Hope this helps--- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/273#issuecomment-33805542
