Author: ningjiang
Date: Wed Dec 15 05:06:02 2010
New Revision: 1049430

URL: http://svn.apache.org/viewvc?rev=1049430&view=rev
Log:
Try to fix the build error of camel-ftp in JDK 1.5 with a better solution

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=1049430&r1=1049429&r2=1049430&view=diff
==============================================================================
--- camel/trunk/components/camel-ftp/pom.xml (original)
+++ camel/trunk/components/camel-ftp/pom.xml Wed Dec 15 05:06:02 2010
@@ -142,11 +142,13 @@
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
       <optional>true</optional>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
       <optional>true</optional>
+      <scope>provided</scope>
     </dependency>
   </dependencies>
 


Reply via email to