> + </dependency> > + <dependency> > + <groupId>org.bouncycastle</groupId> > + <artifactId>bcprov-jdk15on</artifactId> > + <version>1.47</version> > + </dependency> > + <dependency> > + <groupId>org.bouncycastle</groupId> > + <artifactId>bcpkix-jdk15on</artifactId> > + <version>1.47</version> > + </dependency> > + <dependency> > + <groupId>commons-logging</groupId> > + <artifactId>commons-logging</artifactId> > + <version>1.1.3</version> > + </dependency>
Instead of forcing users to a concrete logging library, the [jclouds logging abstraction](http://jclouds.incubator.apache.org/documentation/reference/jclouds-logging/) should be used, to let users configure the desired logging module when creating the context. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/188/files#r7139065
