> + <dependency>
> + <groupId>org.apache.jclouds.driver</groupId>
> + <artifactId>jclouds-slf4j</artifactId>
> + <version>${project.parent.version}</version>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>ch.qos.logback</groupId>
> + <artifactId>logback-classic</artifactId>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.api</groupId>
> + <artifactId>rackspace-cloudidentity</artifactId>
> + <version>${project.parent.version}</version>
> + </dependency>
[minor] Please list all the non-test deps first and then the test deps
afterwards. Can also fix during the merge, if you prefer.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/169/files#r20176907