> + <artifactId>mockwebserver</artifactId> > + <scope>test</scope> > + <exclusions> > + <!-- Already provided by jclouds-sshj --> > + <exclusion> > + <groupId>org.bouncycastle</groupId> > + <artifactId>bcprov-jdk15on</artifactId> > + </exclusion> > + </exclusions> > + </dependency> > + <dependency> > + <groupId>org.jboss.shrinkwrap</groupId> > + <artifactId>shrinkwrap-depchain</artifactId> > + <version>1.2.2</version> > + <type>pom</type> > + <scope>test</scope>
What is this dependency used for? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/116/files#r21861587
