This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch cloud2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 05397db22b2e1ec315a7c94daee6732fee737238 Author: Claus Ibsen <[email protected]> AuthorDate: Fri Apr 5 23:54:09 2019 +0200 CAMEL-13380: camel-core - Move cloud out into camel-cloud component. Woprk in progress --- components/camel-cdi/pom.xml | 6 ++++++ components/camel-test-blueprint/pom.xml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml index 8c4f7f6..7a605ca 100644 --- a/components/camel-cdi/pom.xml +++ b/components/camel-cdi/pom.xml @@ -125,6 +125,12 @@ <!-- test dependencies --> <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <scope>test</scope> + </dependency> + + <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> diff --git a/components/camel-test-blueprint/pom.xml b/components/camel-test-blueprint/pom.xml index 7f1a6b6..1bae325 100644 --- a/components/camel-test-blueprint/pom.xml +++ b/components/camel-test-blueprint/pom.xml @@ -52,6 +52,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-blueprint</artifactId> <!-- exclude aries blueprint as we add these dependencies explicit --> <exclusions>
