This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch mock2 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 38318d676e389dc12c4314dabff0a2f3fe90d968 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Apr 6 20:51:04 2019 +0200 CAMEL-13380: camel-core - Move cloud out into camel-cloud component. --- components/camel-spring/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-spring/pom.xml b/components/camel-spring/pom.xml index f26e4d6..6aaafb8 100644 --- a/components/camel-spring/pom.xml +++ b/components/camel-spring/pom.xml @@ -99,6 +99,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-management-impl</artifactId> <scope>test</scope> </dependency>
