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 ec7fee696300e2a24c3eb8f3ba25ec7521a7e31f
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Mon Mar 16 10:05:01 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 f94ff6c..707fdd0 100644
--- a/core/camel-spring-boot/pom.xml
+++ b/core/camel-spring-boot/pom.xml
@@ -80,6 +80,10 @@
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-catalog</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-main</artifactId>
         </dependency>
 

Reply via email to