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/10/26 06:34:48 UTC

[camel] 02/03: Camel-Undertow: Fix 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.git

commit a63068e0bcd6733b319bbeaca0351d973e1b6172
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Oct 26 06:58:57 2020 +0100

    Camel-Undertow: Fix build
---
 components/camel-undertow/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/components/camel-undertow/pom.xml b/components/camel-undertow/pom.xml
index 98b48c8..db88f6b 100644
--- a/components/camel-undertow/pom.xml
+++ b/components/camel-undertow/pom.xml
@@ -40,6 +40,10 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.camel</groupId>
+            <artifactId>camel-core-engine</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-cloud</artifactId>
         </dependency>
         <dependency>