> @@ -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>

Only thing is not all modules are apis or providers. If we added a provided
dep to all things the the annotation processor would run on all things,
even those that it doesn't apply to, such as http drivers. Maybe that's
ok.. @demobox wdyt?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/609/files#r20893250

Reply via email to