Author: ningjiang
Date: Sat Jul 5 06:49:48 2008
New Revision: 674200
URL: http://svn.apache.org/viewvc?rev=674200&view=rev
Log:
CAMEL-673 Fixed the build error of camel-ftp module
Modified:
activemq/camel/trunk/components/camel-ftp/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=674200&r1=674199&r2=674200&view=diff
==============================================================================
--- activemq/camel/trunk/components/camel-ftp/pom.xml (original)
+++ activemq/camel/trunk/components/camel-ftp/pom.xml Sat Jul 5 06:49:48 2008
@@ -80,6 +80,14 @@
<scope>test</scope>
</dependency>
+ <!-- ftpserver using mina 1.0.2 -->
+ <dependency>
+ <groupId>org.apache.mina</groupId>
+ <artifactId>mina-core</artifactId>
+ <version>1.0.2</version>
+ <scope>test</scope>
+ </dependency>
+
<dependency>
<groupId>backport-util-concurrent</groupId>
<artifactId>backport-util-concurrent</artifactId>