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 5f083a4 camel-core - modularaization 5f083a4 is described below commit 5f083a46aa4d7858899de93fa22c359edb9add4d Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Oct 24 22:04:41 2020 +0200 camel-core - modularaization --- core/camel-cloud/pom.xml | 2 +- core/camel-cluster/pom.xml | 2 +- core/camel-core-languages/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/core/camel-cloud/pom.xml b/core/camel-cloud/pom.xml index 72c010d..55bfb0e 100644 --- a/core/camel-cloud/pom.xml +++ b/core/camel-cloud/pom.xml @@ -41,7 +41,7 @@ <!-- required dependencies by camel-cloud --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-core-engine</artifactId> + <artifactId>camel-core-model</artifactId> </dependency> <!-- testing --> diff --git a/core/camel-cluster/pom.xml b/core/camel-cluster/pom.xml index bd7b46e..929071f 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-core-engine</artifactId> + <artifactId>camel-core-model</artifactId> </dependency> <dependency> diff --git a/core/camel-core-languages/pom.xml b/core/camel-core-languages/pom.xml index 1121ca2..cc98374 100644 --- a/core/camel-core-languages/pom.xml +++ b/core/camel-core-languages/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-core-engine</artifactId> + <artifactId>camel-support</artifactId> </dependency> <dependency>