> @@ -365,6 +365,12 @@ > <artifactId>assertj-guava</artifactId> > <scope>test</scope> > </dependency> > + <dependency> > + <groupId>com.jcraft</groupId> > + <artifactId>jsch</artifactId> > + <version>0.1.51</version> > + <scope>test</scope> > + </dependency>
Note: this adds a test dependency in the jclouds project pom (the one that is used as a parent project). The test dependency might be used in multiple providers/apis live tests... --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/667/files#r24118453
