> <version>${project.version}</version>
> <scope>test</scope>
> </dependency>
> <dependency>
> - <groupId>org.apache.jclouds.driver</groupId>
> - <artifactId>jclouds-sshj</artifactId>
> - <version>${project.version}</version>
> - <scope>test</scope>
> + <groupId>org.apache.jclouds.driver</groupId>
> + <artifactId>jclouds-slf4j</artifactId>
> + <version>${project.version}</version>
> + <scope>test</scope>
> + </dependency>
> + <dependency>
> + <groupId>ch.qos.logback</groupId>
> + <artifactId>logback-classic</artifactId>
> + <scope>test</scope>
[minor] Wrong indent here
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/296/files#r11324372