Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C55CD200B8F for ; Fri, 30 Sep 2016 12:06:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C45D7160AEE; Fri, 30 Sep 2016 10:06:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 1D272160AD9 for ; Fri, 30 Sep 2016 12:06:13 +0200 (CEST) Received: (qmail 44026 invoked by uid 500); 30 Sep 2016 10:06:13 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 43929 invoked by uid 99); 30 Sep 2016 10:06:13 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Sep 2016 10:06:13 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5379E08B5; Fri, 30 Sep 2016 10:06:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Date: Fri, 30 Sep 2016 10:06:12 -0000 Message-Id: <5e462bf3ee9344d6918f261a13f39236@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [01/11] camel git commit: CAMEL-10346 - Upgrade camel-influxdb with the new influxdb bundle archived-at: Fri, 30 Sep 2016 10:06:14 -0000 Repository: camel Updated Branches: refs/heads/master 0e47e97e4 -> 8ec3c2c96 CAMEL-10346 - Upgrade camel-influxdb with the new influxdb bundle Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/85804280 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/85804280 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/85804280 Branch: refs/heads/master Commit: 8580428001e650b1afcf392b69b608a2148218a6 Parents: 152f869 Author: Andrea Cosentino Authored: Fri Sep 30 08:08:35 2016 +0200 Committer: Andrea Cosentino Committed: Fri Sep 30 10:44:28 2016 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 ++ platforms/karaf/features/src/main/resources/features.xml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/85804280/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index d1e1b97..065a34c 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -267,6 +267,7 @@ [1.5.0-b1,1.6) 8.2.4.Final 2.3 + 2.3_1 1.10_5 1.10 3.0.4 @@ -576,6 +577,7 @@ 2.7.5_1 1.9.0 1.9.0_1 + 1.9.0_1 0.14.0 1.19 1.3.12 http://git-wip-us.apache.org/repos/asf/camel/blob/85804280/platforms/karaf/features/src/main/resources/features.xml ---------------------------------------------------------------------- diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index abdfd6b..b1619d0 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -834,7 +834,11 @@
The camel-influxdb feature requires Java 8
- wrap:mvn:org.influxdb/influxdb-java/${influx-java-driver-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.influxdb-java/${influx-java-driver-bundle-version} + mvn:com.google.guava/guava/${google-guava-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okhttp/${squareup-okhttp-bundle-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.retrofit/${squareup-retrofit-bundle-version} + mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.okio/${squareup-okio-bundle-version} camel-core mvn:org.apache.camel/camel-influxdb/${project.version}