> + <artifactId>jclouds-slf4j</artifactId>
> + <version>${project.parent.version}</version>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>ch.qos.logback</groupId>
> + <artifactId>logback-classic</artifactId>
> + <scope>test</scope>
> + </dependency>
> +
> + <dependency>
> + <groupId>com.google.auto.service</groupId>
> + <artifactId>auto-service</artifactId>
> + <version>1.0-rc2</version>
> + <optional>true</optional>
> + </dependency>
switch to auto-value and drop the version (ps. it is provided, not optional)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20385534