> @@ -306,6 +308,16 @@
> <version>${assertj-guava.version}</version>
> </dependency>
> <dependency>
> + <groupId>com.google.auto.factory</groupId>
> + <artifactId>auto-factory</artifactId>
> + <version>${auto-factory.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>com.google.auto.service</groupId>
@adriancole Since `AutoService` is now it's own dependency, I feel that this
should be in the `<dependencies>` stanza instead. I believe that we should be
using `AutoService` across all of the project(s) for API/Provider service
loader metadata generation. Is there a reason not to do this? I do understand
the need for different versions of `AutoValue`, but that shouldn't apply in
this specific case.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/609/files#r20889387