> @@ -91,6 +91,21 @@
> <version>${jclouds.version}</version>
> <scope>test</scope>
> </dependency>
> + <!--
> + <exclusions>
> + <exclusion>
> + <groupId>net.schmizz</groupId>
> + <artifactId>sshj</artifactId>
> + </exclusion>
> + </exclusions>
> + </dependency>
> + <dependency>
> + <groupId>net.schmizz</groupId>
> + <artifactId>sshj</artifactId>
> + <version>0.9.0</version>
> + <scope>test</scope>
> + </dependency>
> + -->
> better to remove
Yes, please ;-)
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-google/pull/20/files#r9469492