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 26a8dcba491396179b835798cd2c0e0511390947 Author: Claus Ibsen <[email protected]> AuthorDate: Sat Apr 6 11:12:25 2019 +0200 CAMEL-13380: camel-core - Move cloud out into camel-cloud component. Woprk in progress --- apache-camel/pom.xml | 4 ++++ apache-camel/src/main/descriptors/common-bin.xml | 1 + components/camel-http4/pom.xml | 2 +- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apache-camel/pom.xml b/apache-camel/pom.xml index 7bf678f..2f8f64a 100644 --- a/apache-camel/pom.xml +++ b/apache-camel/pom.xml @@ -84,6 +84,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-core-xml</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-cloud</artifactId> + </dependency> <!-- NOTE: auto-generated list of components when building camel catalog --> <!-- camel components: START --> diff --git a/apache-camel/src/main/descriptors/common-bin.xml b/apache-camel/src/main/descriptors/common-bin.xml index e3e94ea..8f3ba61 100644 --- a/apache-camel/src/main/descriptors/common-bin.xml +++ b/apache-camel/src/main/descriptors/common-bin.xml @@ -36,6 +36,7 @@ <include>org.apache.camel:camel-core</include> <include>org.apache.camel:camel-core-osgi</include> <include>org.apache.camel:camel-core-xml</include> + <include>org.apache.camel:camel-cloud</include> <!-- NOTE: auto-generated list of components when building camel catalog --> <!-- camel components: START --> diff --git a/components/camel-http4/pom.xml b/components/camel-http4/pom.xml index a1dfd1c..9969b23 100644 --- a/components/camel-http4/pom.xml +++ b/components/camel-http4/pom.xml @@ -35,7 +35,7 @@ <properties> <camel.osgi.import.before.defaults> - org.apache.http.*;version="[4.5,5)" + org.apache.http.*;version="[4.4,5)" </camel.osgi.import.before.defaults> </properties>
