Return-Path: X-Original-To: apmail-camel-commits-archive@www.apache.org Delivered-To: apmail-camel-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CA52E178F6 for ; Sun, 27 Sep 2015 08:31:45 +0000 (UTC) Received: (qmail 67050 invoked by uid 500); 27 Sep 2015 08:31:45 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 67000 invoked by uid 500); 27 Sep 2015 08:31:45 -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 66991 invoked by uid 99); 27 Sep 2015 08:31:45 -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; Sun, 27 Sep 2015 08:31:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 65B33DFC90; Sun, 27 Sep 2015 08:31:45 +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: Sun, 27 Sep 2015 08:31:46 -0000 Message-Id: In-Reply-To: <70eda315c3e6459c83da88ffb4a931df@git.apache.org> References: <70eda315c3e6459c83da88ffb4a931df@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [2/2] camel git commit: Updated Camel-dropbox feature with new required dependencies (squareup-okhttp and squareup-okio) Updated Camel-dropbox feature with new required dependencies (squareup-okhttp and squareup-okio) Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/0b5c2980 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/0b5c2980 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/0b5c2980 Branch: refs/heads/master Commit: 0b5c2980d92647816a409187285408076576c841 Parents: 9071eb4 Author: Andrea Cosentino Authored: Sun Sep 27 10:29:36 2015 +0200 Committer: Andrea Cosentino Committed: Sun Sep 27 10:29:36 2015 +0200 ---------------------------------------------------------------------- parent/pom.xml | 2 ++ platforms/karaf/features/src/main/resources/features.xml | 2 ++ 2 files changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/0b5c2980/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index ebb24dc..c6fda1d 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -479,6 +479,8 @@ 2.2.1.RELEASE 2.5_2 2.8.4 + 2.5.0 + 1.6.0 0.14.0 1.19 1.3.12 http://git-wip-us.apache.org/repos/asf/camel/blob/0b5c2980/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 2939222..e762442 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -377,6 +377,8 @@ mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version} wrap:mvn:javax.servlet/servlet-api/2.5 wrap:mvn:com.dropbox.core/dropbox-core-sdk/${dropbox-version} + wrap:mvn:com.squareup.okhttp/okhttp/${squareup-okhttp-version} + wrap:mvn:com.squareup.okio/okio/${squareup-okio-version} mvn:org.apache.camel/camel-dropbox/${project.version}