Updated Branches: refs/heads/master 77d0ee203 -> d078f9fe4
jackson should be test scope for camel-core pom.xml Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d078f9fe Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d078f9fe Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d078f9fe Branch: refs/heads/master Commit: d078f9fe4006f3029e010ca87c4f5deb2bc8d572 Parents: 77d0ee2 Author: Claus Ibsen <[email protected]> Authored: Wed Jul 31 16:39:24 2013 +0200 Committer: Claus Ibsen <[email protected]> Committed: Wed Jul 31 16:39:24 2013 +0200 ---------------------------------------------------------------------- camel-core/pom.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d078f9fe/camel-core/pom.xml ---------------------------------------------------------------------- diff --git a/camel-core/pom.xml b/camel-core/pom.xml index fff7db5..cd2f201 100755 --- a/camel-core/pom.xml +++ b/camel-core/pom.xml @@ -146,6 +146,7 @@ <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>${jackson2-version}</version> + <scope>test</scope> </dependency> <!-- validator -->
