> <scope>provided</scope>
> </dependency>
> <dependency>
> <groupId>com.google.auto.service</groupId>
> <artifactId>auto-service</artifactId>
> + <version>1.0-rc2</version>
Good point.
In any case, the right way to use this dependency, if I remember correctly,
would be this:
<dependency>
<groupId>com.google.auto.service</groupId>
<artifactId>auto-service</artifactId>
<scope>provided</scope>
</dependency>
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/188/files#r28258567