Repository: camel Updated Branches: refs/heads/camel-2.16.x 064005c0a -> 731ae9e66
Add spring deps to camel-spring so mvn dont play trick on us Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/731ae9e6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/731ae9e6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/731ae9e6 Branch: refs/heads/camel-2.16.x Commit: 731ae9e66e5707ec46020fa6cfced0a7e9515052 Parents: 064005c Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Mar 5 09:15:17 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Wed Mar 9 08:15:08 2016 +0100 ---------------------------------------------------------------------- components/camel-spring/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/731ae9e6/components/camel-spring/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml index fbdb47e..1b7e7ac 100644 --- a/components/camel-spring/pom.xml +++ b/components/camel-spring/pom.xml @@ -76,7 +76,7 @@ </dependency> <dependency> <groupId>org.springframework</groupId> - <artifactId>spring-context</artifactId> + <artifactId>spring-core</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> @@ -84,6 +84,18 @@ </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-tx</artifactId> </dependency> <dependency>