You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/16 09:08:42 UTC

[camel-spring-boot] 02/04: Camel-Spring-Boot: Fixed build

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 <an...@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>