> + </dependency>
> + <!-- Test dependencies -->
> + <dependency>
> + <groupId>org.apache.jclouds</groupId>
> + <artifactId>jclouds-core</artifactId>
> + <version>${jclouds.version}</version>
> + <type>test-jar</type>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds</groupId>
> + <artifactId>jclouds-compute</artifactId>
> + <version>${jclouds.version}</version>
> + <type>test-jar</type>
> + <scope>test</scope>
> + </dependency>
It will need the compute api for testing once I've added the relevant testers.
I can remove it but I'm going to need to add it back in once I've begun to add
more tests.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/194/files#r35637974