Repository: camel Updated Branches: refs/heads/master 88338627a -> 793e562a3
CAMEL-5319: Make openjpa profile work again Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/793e562a Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/793e562a Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/793e562a Branch: refs/heads/master Commit: 793e562a376d4af09d3a7e5f8e0c26e77c4c867d Parents: 8833862 Author: Claus Ibsen <davscl...@apache.org> Authored: Sat Jul 11 16:27:31 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sat Jul 11 16:27:31 2015 +0200 ---------------------------------------------------------------------- components/camel-bam/pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/793e562a/components/camel-bam/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-bam/pom.xml b/components/camel-bam/pom.xml index 10b5005..51f2cf4 100644 --- a/components/camel-bam/pom.xml +++ b/components/camel-bam/pom.xml @@ -186,10 +186,12 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-core</artifactId> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-orm</artifactId> + <version>${spring-version}</version> </dependency> </dependencies> </plugin>