> @@ -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>
If a dependency is not going to be used, I'd rather not add it by default (it
could also be inherited as a transitive dependency if at some point by another
project).
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/609/files#r20893734