This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new deddee7  CAMEL-15758: camel-core - Modularize base into base-engine
deddee7 is described below

commit deddee785626b81333decfce43569b73c435c679
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Mon Oct 26 16:16:46 2020 +0100

    CAMEL-15758: camel-core - Modularize base into base-engine
---
 core/camel-cluster/pom.xml      | 2 +-
 core/camel-core-model/pom.xml   | 4 ++++
 core/camel-core-reifier/pom.xml | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/core/camel-cluster/pom.xml b/core/camel-cluster/pom.xml
index b1384e2..d46784b 100644
--- a/core/camel-cluster/pom.xml
+++ b/core/camel-cluster/pom.xml
@@ -43,7 +43,7 @@
 
         <dependency>
             <groupId>org.apache.camel</groupId>
-            <artifactId>camel-base</artifactId>
+            <artifactId>camel-base-engine</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>
diff --git a/core/camel-core-model/pom.xml b/core/camel-core-model/pom.xml
index bec7163..3248251 100644
--- a/core/camel-core-model/pom.xml
+++ b/core/camel-core-model/pom.xml
@@ -53,6 +53,10 @@
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-base</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.camel</groupId>
+                    <artifactId>camel-base-engine</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git a/core/camel-core-reifier/pom.xml b/core/camel-core-reifier/pom.xml
index a048fcb..3cdaad0 100644
--- a/core/camel-core-reifier/pom.xml
+++ b/core/camel-core-reifier/pom.xml
@@ -62,6 +62,10 @@
                     <groupId>org.apache.camel</groupId>
                     <artifactId>camel-base</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.camel</groupId>
+                    <artifactId>camel-base-engine</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>

Reply via email to