Author: davsclaus Date: Wed Aug 3 07:43:01 2011 New Revision: 1153374 URL: http://svn.apache.org/viewvc?rev=1153374&view=rev Log: CAMEL-4249: Remove not needed spring JMX dependency in pom.xml files.
Modified: camel/trunk/tests/camel-itest-standalone/pom.xml Modified: camel/trunk/tests/camel-itest-standalone/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-standalone/pom.xml?rev=1153374&r1=1153373&r2=1153374&view=diff ============================================================================== --- camel/trunk/tests/camel-itest-standalone/pom.xml (original) +++ camel/trunk/tests/camel-itest-standalone/pom.xml Wed Aug 3 07:43:01 2011 @@ -55,19 +55,6 @@ <scope>test</scope> </dependency> - <!-- to allow Spring annotations (jmx) to be tested --> - <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> </project>