> + </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>
This does not seem a compute API that will require the compute service
abstraction or an SSH driver. Remove the dependencies (even if they are just in
test scope).
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/194/files#r35618727