> +    </dependency>
> +    <dependency>
> +      <groupId>org.apache.jclouds.driver</groupId>
> +      <artifactId>jclouds-log4j</artifactId>
> +      <version>${project.version}</version>
> +      <scope>test</scope>
> +    </dependency>
> +    <dependency>
> +      <groupId>com.google.auto.service</groupId>
> +      <artifactId>auto-service</artifactId>
> +      <optional>true</optional>
> +    </dependency>
> +    <dependency>
> +      <groupId>com.google.auto.value</groupId>
> +      <artifactId>auto-value</artifactId>
> +      <version>1.0</version>

Looking at the code, you are not using Google AutoValue, as it does not seem to 
be easy to use that model with JPA. Remove the dependency if it is the case.

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

Reply via email to