Reduce the dependencies
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/86e22d43 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/86e22d43 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/86e22d43 Branch: refs/heads/master Commit: 86e22d436eadb91a1bba801b2b9da2682776c482 Parents: d44532d Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Dec 7 07:34:44 2015 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Dec 7 07:34:44 2015 +0100 ---------------------------------------------------------------------- components/camel-test-spring/pom.xml | 24 ------------------------ 1 file changed, 24 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/86e22d43/components/camel-test-spring/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-test-spring/pom.xml b/components/camel-test-spring/pom.xml index 83832cb..ba73e02 100644 --- a/components/camel-test-spring/pom.xml +++ b/components/camel-test-spring/pom.xml @@ -49,30 +49,6 @@ <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-beans</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-expression</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-aop</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-tx</artifactId> - </dependency> - <dependency> - <groupId>org.springframework</groupId> - <artifactId>spring-core</artifactId> - </dependency> <!-- test dependencies --> <dependency>