You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/09/27 22:43:29 UTC

svn commit: r1391205 - /camel/trunk/components/camel-jsch/pom.xml

Author: bvahdat
Date: Thu Sep 27 20:43:29 2012
New Revision: 1391205

URL: http://svn.apache.org/viewvc?rev=1391205&view=rev
Log:
Fixed the failed camel-jsch tests on the CI-Server.

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

Modified: camel/trunk/components/camel-jsch/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-jsch/pom.xml?rev=1391205&r1=1391204&r2=1391205&view=diff
==============================================================================
--- camel/trunk/components/camel-jsch/pom.xml (original)
+++ camel/trunk/components/camel-jsch/pom.xml Thu Sep 27 20:43:29 2012
@@ -82,11 +82,11 @@
       <version>${sshd-version}</version>
       <scope>test</scope>
     </dependency>
-    <!-- needed by sshd server -->
+    <!-- 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>${mina2-version}</version>
+      <version>2.0.4</version>
     </dependency>
     <dependency>
       <groupId>org.bouncycastle</groupId>