> + </dependency>
> + <dependency>
> + <groupId>com.google.auto.value</groupId>
> + <artifactId>auto-value</artifactId>
> + <scope>provided</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.driver</groupId>
> + <artifactId>jclouds-slf4j</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.driver</groupId>
> + <artifactId>jclouds-okhttp</artifactId>
> + <version>${project.version}</version>
> + </dependency>
Ok *sigh* YAATS (yet another API that sucks). Then make sure you override the
`configure` and install the OkHttp module there to make sure the driver is
always loaded.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/116/files#r22191218