Author: bvahdat
Date: Thu Sep 27 20:48:56 2012
New Revision: 1391208

URL: http://svn.apache.org/viewvc?rev=1391208&view=rev
Log:
Upgraded the test-scoped dependency of camel-ftp to make use of mina 2.0.4.  

Modified:
    camel/trunk/components/camel-ftp/pom.xml

Modified: camel/trunk/components/camel-ftp/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/components/camel-ftp/pom.xml?rev=1391208&r1=1391207&r2=1391208&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Thu Sep 27 20:48:56 2012
@@ -104,11 +104,11 @@
       <scope>test</scope>
     </dependency>
 
-    <!-- ftpserver using mina 2.0.0 -->
+    <!-- needed by sshd server, unfortunately the current ${mina2-version} 
which's 2.0.5 is not binary compatible anymore! -->
     <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
-      <version>2.0.0</version>
+      <version>2.0.4</version>
       <scope>test</scope>
     </dependency>
 


Reply via email to