CAMEL-9172: Polished.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/415b41b6 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/415b41b6 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/415b41b6 Branch: refs/heads/master Commit: 415b41b67130d85cdbc74eeba5f8c47449ad2420 Parents: 2997779 Author: Claus Ibsen <[email protected]> Authored: Sat Sep 26 08:53:55 2015 +0200 Committer: Claus Ibsen <[email protected]> Committed: Sat Sep 26 08:53:55 2015 +0200 ---------------------------------------------------------------------- components/camel-jolt/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/415b41b6/components/camel-jolt/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jolt/pom.xml b/components/camel-jolt/pom.xml index 6109607..1b626d5 100644 --- a/components/camel-jolt/pom.xml +++ b/components/camel-jolt/pom.xml @@ -45,6 +45,18 @@ <artifactId>camel-core</artifactId> </dependency> + <!-- align to use versions from Camel BOM --> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-annotations</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <dependency> <groupId>com.bazaarvoice.jolt</groupId> <artifactId>jolt-core</artifactId>
