> <artifactId>mockwebserver</artifactId> > <scope>test</scope> > + <exclusions> > + <exclusion> > + <groupId>org.bouncycastle</groupId> > + <artifactId>bcprov-jdk15on</artifactId> > + </exclusion> > + </exclusions>
Relevant: [Duplicate bouncycastle resources when depending on MockWebServer](https://issues.apache.org/jira/browse/JCLOUDS-555) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/413/files#r13987358
