On Tue, Jul 30, 2013 at 12:43:21PM -0400, Bk Lau wrote: > I can't import SLF4JLoggingModule in my Eclipse IDE: > Iterable<Module> modules = ImmutableSet.<Module> of(new > SLF4JLoggingModule()); > > Q: Is the module SLF4JLoggingModule missing from jclouds 1.6.1 release?.
Do you specify the following in your pom.xml:
<dependency>
<groupId>org.apache.jclouds.driver</groupId>
<artifactId>jclouds-slf4j</artifactId>
</dependency>
--
Andrew Gaul
http://gaul.org/
