This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 29ba902a14d9a2b7ed7b7a2761a66e3f325816fc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Mar 16 10:01:34 2020 +0100 Camel-Spring-Boot: Fixed build --- core/camel-spring-boot/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/camel-spring-boot/pom.xml b/core/camel-spring-boot/pom.xml index 14aca8d..f94ff6c 100644 --- a/core/camel-spring-boot/pom.xml +++ b/core/camel-spring-boot/pom.xml @@ -76,6 +76,10 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-cluster</artifactId> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-main</artifactId> </dependency>