> <artifactId>mockwebserver</artifactId> > <scope>test</scope> > + <exclusions> > + <exclusion> > + <groupId>org.bouncycastle</groupId> > + <artifactId>bcprov-jdk15on</artifactId> > + </exclusion> > + </exclusions>
Note the exclusion needed here. OkHttp provides an older Bouncy Castle, 1.48, and I do not understand why only aws-s3 triggers a duplicate dependency warning. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/413/files#r13964911
