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 a16b49479d272d3ea5ee04ed1517bead543aa509 Author: Claus Ibsen <[email protected]> AuthorDate: Fri Apr 5 20:08:40 2019 +0200 CAMEL-13380: camel-core - Move cloud out into camel-cloud component. Woprk in progress --- bom/camel-bom/pom.xml | 5 +++++ components/camel-undertow/pom.xml | 2 +- .../spring-boot-dm/camel-spring-boot-dependencies/pom.xml | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index e6c1dbb..13af97a 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -553,6 +553,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-cm-sms</artifactId> <version>${project.version}</version> </dependency> diff --git a/components/camel-undertow/pom.xml b/components/camel-undertow/pom.xml index 81828db..b8f5318 100644 --- a/components/camel-undertow/pom.xml +++ b/components/camel-undertow/pom.xml @@ -38,7 +38,7 @@ <dependencies> <dependency> <groupId>org.apache.camel</groupId> - <artifactId>camel-support</artifactId> + <artifactId>camel-cloud</artifactId> </dependency> <dependency> <groupId>org.apache.camel</groupId> diff --git a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml index 138fdd9..2a6ab61 100644 --- a/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml +++ b/platforms/spring-boot/spring-boot-dm/camel-spring-boot-dependencies/pom.xml @@ -763,6 +763,11 @@ </dependency> <dependency> <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.apache.camel</groupId> <artifactId>camel-cm-sms</artifactId> <version>${project.version}</version> </dependency>
