This is an automated email from the ASF dual-hosted git repository. onders pushed a commit to branch CAMEL-13733 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 8bb996c98311fcbe76e5ea55fbf2f887c21e3a53 Author: önder sezgin <ond...@apache.org> AuthorDate: Fri Jul 12 12:24:05 2019 +0100 CAMEL-13733-update pom.xml to use camel-core-engin ...e --- core/camel-cloud/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/camel-cloud/pom.xml b/core/camel-cloud/pom.xml index fc3fd8c..a2c716d 100644 --- a/core/camel-cloud/pom.xml +++ b/core/camel-cloud/pom.xml @@ -54,7 +54,7 @@ <!-- required dependencies by camel-cloud --> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-core</artifactId> + <artifactId>camel-core-engine</artifactId> </dependency> <!-- testing -->