> <artifactId>rackspace-cloudloadbalancers-us</artifactId>
> <version>${jclouds.version}</version>
> </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.labs</groupId>
> + <artifactId>openstack-reddwarf</artifactId>
> + <version>${jclouds.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds.provider</groupId>
> + <artifactId>rackspace-clouddatabases-us</artifactId>
> + <version>${jclouds.version}</version>
> + </dependency>
> + <dependency>
> + <groupId>mysql</groupId>
> + <artifactId>mysql-connector-java</artifactId>
> + <version>5.1.25</version>
> + </dependency>
Would it be possible to make it a `<scope>test</scope>` dependency, then?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-examples/pull/6/files#r5213531