You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/10/06 19:07:10 UTC

svn commit: r1395117 - /commons/proper/vfs/trunk/pom.xml

Author: ggregory
Date: Sat Oct  6 17:07:10 2012
New Revision: 1395117

URL: http://svn.apache.org/viewvc?rev=1395117&view=rev
Log:
Revert tests to sshd-core from 0.8.0 to 0.7.0 because of some MINA dependency issue: java.lang.NoSuchMethodError: org.apache.mina.core.service.IoAcceptor.bind([Ljava/net/SocketAddress;)V
        at org.apache.sshd.SshServer.start(SshServer.java:353)
        at org.apache.commons.vfs2.provider.sftp.test.SftpProviderTestCase.setUpClass(SftpProviderTestCase.java:253)

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=1395117&r1=1395116&r2=1395117&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Sat Oct  6 17:07:10 2012
@@ -396,7 +396,7 @@
       <dependency>
         <groupId>org.apache.sshd</groupId>
         <artifactId>sshd-core</artifactId>
-        <version>0.8.0</version>
+        <version>0.7.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>