Author: ningjiang Date: Thu Jun 2 04:54:52 2011 New Revision: 1130406 URL: http://svn.apache.org/viewvc?rev=1130406&view=rev Log: CAMEL-2389 clean up the dependencies of camel-cxf pom.xml
Modified: camel/trunk/components/camel-cxf/pom.xml Modified: camel/trunk/components/camel-cxf/pom.xml URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf/pom.xml?rev=1130406&r1=1130405&r2=1130406&view=diff ============================================================================== --- camel/trunk/components/camel-cxf/pom.xml (original) +++ camel/trunk/components/camel-cxf/pom.xml Thu Jun 2 04:54:52 2011 @@ -134,19 +134,6 @@ </dependency> <dependency> - <groupId>org.apache.camel</groupId> - <artifactId>camel-http</artifactId> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-bindings-jbi</artifactId> - <version>${cxf-version}</version> - <scope>test</scope> - </dependency> - - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-transports-http-jetty</artifactId> <version>${cxf-version}</version> @@ -192,12 +179,6 @@ </dependency> <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-web</artifactId> - <scope>test</scope> - </dependency> - - <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope>