Repository: camel Updated Branches: refs/heads/master 2f1f266eb -> 87147fc25
Regen Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/36bba151 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/36bba151 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/36bba151 Branch: refs/heads/master Commit: 36bba151403866cd1e7c41c1a1f589b1e5107579 Parents: 2f1f266 Author: Claus Ibsen <davscl...@apache.org> Authored: Thu Aug 3 11:18:36 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Thu Aug 3 11:18:36 2017 +0200 ---------------------------------------------------------------------- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/36bba151/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 405ef55..bd9de05 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -62,6 +62,11 @@ </dependency> <dependency> <groupId>com.fasterxml.jackson.module</groupId> + <artifactId>jackson-module-jsonSchema</artifactId> + <version>2.9.0</version> + </dependency> + <dependency> + <groupId>com.fasterxml.jackson.module</groupId> <artifactId>jackson-module-scala_2.11</artifactId> <version>2.8.8</version> </dependency>