Repository: camel Updated Branches: refs/heads/master 8a0b905dc -> 0c7a14be5
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/0c7a14be Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0c7a14be Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0c7a14be Branch: refs/heads/master Commit: 0c7a14be564616e23c95dd099d6f1a98a9bf094b Parents: 8a0b905 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Mar 5 09:15:17 2016 +0100 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Mar 5 09:15:17 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/0c7a14be/components/camel-spring/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml index 7eb4557..a00a514 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>