You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2012/06/13 23:48:15 UTC

svn commit: r1350031 - /camel/trunk/components/camel-ftp/pom.xml

Author: hadrian
Date: Wed Jun 13 21:48:15 2012
New Revision: 1350031

URL: http://svn.apache.org/viewvc?rev=1350031&view=rev
Log:
Fix sshd version

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=1350031&r1=1350030&r2=1350031&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Wed Jun 13 21:48:15 2012
@@ -40,7 +40,6 @@
   </properties>
 
   <dependencies>
-
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
@@ -73,7 +72,7 @@
       <scope>test</scope>
     </dependency>
 
-      <!-- for unit testing AntPathMatcher -->
+    <!-- for unit testing AntPathMatcher -->
     <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-spring</artifactId>
@@ -92,22 +91,22 @@
       <scope>test</scope>
     </dependency>
 
-      <!-- for testing sftp -->
-      <dependency>
-          <groupId>org.apache.sshd</groupId>
-          <artifactId>sshd-core</artifactId>
-          <version>0.4.0</version>
-          <scope>test</scope>
-      </dependency>
-      <!-- needed for sftp server -->
-      <dependency>
-          <groupId>org.apache.servicemix.bundles</groupId>
-          <artifactId>org.apache.servicemix.bundles.bcpg-jdk16</artifactId>
-          <version>1.46_1</version>
-          <scope>test</scope>
-      </dependency>
+    <!-- for testing sftp -->
+    <dependency>
+      <groupId>org.apache.sshd</groupId>
+      <artifactId>sshd-core</artifactId>
+      <version>${sshd-version}</version>
+      <scope>test</scope>
+    </dependency>
+    <!-- needed for sftp server -->
+    <dependency>
+      <groupId>org.bouncycastle</groupId>
+      <artifactId>bcpg-jdk16</artifactId>
+      <version>${bouncycastle-version}</version>
+      <scope>test</scope>
+    </dependency>
 
-      <!-- ftpserver using mina 2.0.0 -->
+    <!-- ftpserver using mina 2.0.0 -->
     <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>