> @@ -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>
This adds it as a default dep, rather than just configuring the versions for where they are needed. Do we want this? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/522/files#r17632131
