CAMEL-9189: Jackson XML Mapper Data format
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/a69028d0 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/a69028d0 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/a69028d0 Branch: refs/heads/master Commit: a69028d0e2e6f81c8235971be9636b8202978ec2 Parents: 36a95d3 Author: Claus Ibsen <davscl...@apache.org> Authored: Mon Oct 5 13:28:25 2015 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Mon Oct 5 13:28:25 2015 +0200 ---------------------------------------------------------------------- apache-camel/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/a69028d0/apache-camel/pom.xml ---------------------------------------------------------------------- diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 3bdeef1..0891912 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -357,6 +357,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-jacksonxml</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-jasypt</artifactId> </dependency> <dependency>