> +      <optional>true</optional>
> +    </dependency>
> +    <dependency>
> +      <groupId>com.google.auto.value</groupId>
> +      <artifactId>auto-value</artifactId>
> +      <version>1.0</version>
> +    </dependency>
> +    <dependency>
> +      <groupId>com.google.inject.extensions</groupId>
> +      <artifactId>guice-persist</artifactId>
> +      <version>4.0</version>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.hibernate.javax.persistence</groupId>
> +      <artifactId>hibernate-jpa-2.1-api</artifactId>
> +      <version>1.0.0.Final</version>

An hibernate dependency should be only in test scope, right? We just need to 
import the standard JPA interface, but let users pick their preferred impl.

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

Reply via email to