> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds</groupId>
> + <artifactId>jclouds-compute</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>com.google.auto.value</groupId>
> + <artifactId>auto-value</artifactId>
> + <scope>provided</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.driver</groupId>
> + <artifactId>jclouds-slf4j</artifactId>
> + <version>${project.version}</version>
> + </dependency>
Don't force users to a concrete logging driver. Move it to the test scope if
needed, or just remove the dependency.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r21861494