Must dep on camel-spring-boot
Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/e00427fc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/e00427fc Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/e00427fc Branch: refs/heads/master Commit: e00427fc54b859b040acebde5a61378a36724b49 Parents: c144287 Author: Claus Ibsen <davscl...@apache.org> Authored: Sun Sep 3 10:55:34 2017 +0200 Committer: Claus Ibsen <davscl...@apache.org> Committed: Sun Sep 3 10:55:34 2017 +0200 ---------------------------------------------------------------------- .../spring-boot/components-starter/camel-core-starter/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/e00427fc/platforms/spring-boot/components-starter/camel-core-starter/pom.xml ---------------------------------------------------------------------- diff --git a/platforms/spring-boot/components-starter/camel-core-starter/pom.xml b/platforms/spring-boot/components-starter/camel-core-starter/pom.xml index 7615942..51bd1ae 100644 --- a/platforms/spring-boot/components-starter/camel-core-starter/pom.xml +++ b/platforms/spring-boot/components-starter/camel-core-starter/pom.xml @@ -39,5 +39,10 @@ <artifactId>camel-core</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-spring-boot</artifactId> + <version>${project.version}</version> + </dependency> </dependencies> </project>