Author: ggregory
Date: Thu Jul 12 16:58:18 2012
New Revision: 1360813
URL: http://svn.apache.org/viewvc?rev=1360813&view=rev
Log:
Update tests to use SFTP with Apache SHHd Server (MINA) version 0.7.0 from
0.6.0.
Modified:
commons/proper/vfs/trunk/pom.xml
Modified: commons/proper/vfs/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/vfs/trunk/pom.xml?rev=1360813&r1=1360812&r2=1360813&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Thu Jul 12 16:58:18 2012
@@ -405,7 +405,7 @@
<dependency>
<groupId>org.apache.sshd</groupId>
<artifactId>sshd-core</artifactId>
- <version>0.6.0</version>
+ <version>0.7.0</version>
<scope>test</scope>
</dependency>
<dependency>