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/29 17:48:13 UTC

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

Author: ggregory
Date: Mon Oct 29 16:48:13 2012
New Revision: 1403417

URL: http://svn.apache.org/viewvc?rev=1403417&view=rev
Log:
Prepare for eventual update to sshd-core but not now because of [FTPSERVER-437] NoSuchMethodError when using FtpServer 1.0.6 with SshD 0.8.0 because of dependency on different mina-core versions.

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=1403417&r1=1403416&r2=1403417&view=diff
==============================================================================
--- commons/proper/vfs/trunk/pom.xml (original)
+++ commons/proper/vfs/trunk/pom.xml Mon Oct 29 16:48:13 2012
@@ -399,6 +399,12 @@
         <version>0.7.0</version>
         <scope>test</scope>
       </dependency>
+      <!-- For sshd-core 0.8.0: -->
+      <!--       <dependency> -->
+      <!--         <groupId>org.apache.mina</groupId> -->
+      <!--         <artifactId>mina-core</artifactId> -->
+      <!--         <version>2.0.5</version> -->
+      <!--       </dependency> -->
       <dependency>
         <groupId>org.bouncycastle</groupId>
         <artifactId>bcprov-jdk15on</artifactId>