You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by js...@apache.org on 2007/11/22 09:01:46 UTC

svn commit: r597327 - in /activemq/camel/trunk: components/camel-ftp/pom.xml components/camel-mina/pom.xml pom.xml

Author: jstrachan
Date: Thu Nov 22 00:01:45 2007
New Revision: 597327

URL: http://svn.apache.org/viewvc?rev=597327&view=rev
Log:
further changes for https://issues.apache.org/activemq/browse/CAMEL-242 to avoid breaking the camel-ftp test cases

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

Modified: activemq/camel/trunk/components/camel-ftp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-ftp/pom.xml?rev=597327&r1=597326&r2=597327&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-ftp/pom.xml (original)
+++ activemq/camel/trunk/components/camel-ftp/pom.xml Thu Nov 22 00:01:45 2007
@@ -34,7 +34,7 @@
   <description>Camel FTP support</description>
 
   <properties>
-	<camel.osgi.export.pkg>org.apache.camel.component.file.remote*</camel.osgi.export.pkg>
+    <camel.osgi.export.pkg>org.apache.camel.component.file.remote*</camel.osgi.export.pkg>
   </properties>
 
   <dependencies>
@@ -76,6 +76,12 @@
       <groupId>org.apache.ftpserver</groupId>
       <artifactId>ftpserver-core</artifactId>
       <version>1.0-incubator-SNAPSHOT</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>backport-util-concurrent</groupId>
+      <artifactId>backport-util-concurrent</artifactId>
+      <version>3.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: activemq/camel/trunk/components/camel-mina/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/components/camel-mina/pom.xml?rev=597327&r1=597326&r2=597327&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-mina/pom.xml (original)
+++ activemq/camel/trunk/components/camel-mina/pom.xml Thu Nov 22 00:01:45 2007
@@ -46,6 +46,7 @@
     <dependency>
       <groupId>org.apache.mina</groupId>
       <artifactId>mina-core</artifactId>
+      <version>1.1.5</version>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>

Modified: activemq/camel/trunk/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/pom.xml?rev=597327&r1=597326&r2=597327&view=diff
==============================================================================
--- activemq/camel/trunk/pom.xml (original)
+++ activemq/camel/trunk/pom.xml Thu Nov 22 00:01:45 2007
@@ -547,11 +547,6 @@
 
       <!-- optional mina dependencies -->
       <dependency>
-        <groupId>org.apache.mina</groupId>
-        <artifactId>mina-core</artifactId>
-        <version>1.1.5</version>
-      </dependency>
-      <dependency>
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-simple</artifactId>
         <version>${slf4j-version}</version>