> + <type>test-jar</type>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds</groupId>
> + <artifactId>jclouds-scriptbuilder</artifactId>
> + <version>${project.version}</version>
> + <type>jar</type>
> + </dependency>
> + <dependency>
> + <groupId>org.apache.jclouds</groupId>
> + <artifactId>jclouds-scriptbuilder</artifactId>
> + <version>${project.version}</version>
> + <type>test-jar</type>
> + <scope>test</scope>
> + </dependency>
[minor] Not needed for this PR, but we could probably rearrange these to have
test deps come after "normal" deps..?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/458/files#r15481446