Put jackson-core in test scope as well as jackson-databinding has classes that depend on it and not having it makes the eclipse compiler complain and not compile anything.
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/81de0f58 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/81de0f58 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/81de0f58 Branch: refs/heads/master Commit: 81de0f5808b0c8877d762481150a494fe26b8d32 Parents: 98d3466 Author: Daniel Kulp <dk...@apache.org> Authored: Wed Jul 26 16:00:28 2017 -0400 Committer: Daniel Kulp <dk...@apache.org> Committed: Wed Jul 26 17:33:13 2017 -0400 ---------------------------------------------------------------------- camel-core/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/81de0f58/camel-core/pom.xml ---------------------------------------------------------------------- diff --git a/camel-core/pom.xml b/camel-core/pom.xml index 598e216..6726527 100644 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -195,6 +195,11 @@ <artifactId>jackson-databind</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <scope>test</scope> + </dependency> <!-- validator --> <dependency>