> @@ -310,6 +322,16 @@
>        <artifactId>core.incubator</artifactId>
>        <optional>true</optional>
>      </dependency>
> +    <dependency>
> +      <groupId>org.assertj</groupId>
> +      <artifactId>assertj-core</artifactId>
> +      <scope>test</scope>
> +    </dependency>
> +    <dependency>
> +      <groupId>org.assertj</groupId>
> +      <artifactId>assertj-guava</artifactId>
> +      <scope>test</scope>
> +    </dependency>

Yes, I believe we do since the other core test libraries are configured this 
way. Does that make sense?

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

Reply via email to