Author: ningjiang Date: Wed Dec 15 04:56:04 2010 New Revision: 1049427 URL: http://svn.apache.org/viewvc?rev=1049427&view=rev Log: Try to fix the build error of camel-ftp in JDK 1.5
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=1049427&r1=1049426&r2=1049427&view=diff ============================================================================== --- camel/trunk/components/camel-ftp/pom.xml (original) +++ camel/trunk/components/camel-ftp/pom.xml Wed Dec 15 04:56:04 2010 @@ -137,17 +137,16 @@ <scope>test</scope> </dependency> <!-- to allow Spring annotations (jmx) to be tested --> + <!-- The scope should be test, and set this scope to fix the camel-ftp build with JDK1.5 --> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context</artifactId> <optional>true</optional> - <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-aop</artifactId> <optional>true</optional> - <scope>test</scope> </dependency> </dependencies>