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:43 UTC

[camel-spring-boot] 03/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 ec7fee696300e2a24c3eb8f3ba25ec7521a7e31f
Author: Andrea Cosentino <an...@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>