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 CA935200D53 for ; Tue, 5 Dec 2017 18:17:24 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id C93C1160C1B; Tue, 5 Dec 2017 17:17:24 +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 1A4FA160BF1 for ; Tue, 5 Dec 2017 18:17:23 +0100 (CET) Received: (qmail 15789 invoked by uid 500); 5 Dec 2017 17:17:23 -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 15780 invoked by uid 99); 5 Dec 2017 17:17:23 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Dec 2017 17:17:23 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 4F65382091; Tue, 5 Dec 2017 17:17:22 +0000 (UTC) Date: Tue, 05 Dec 2017 17:17:21 +0000 To: "commits@camel.apache.org" Subject: [camel] branch camel-2.20.x updated: Fixed Camel-Azure Karaf feature MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151249424186.30813.963096649769001124@gitbox.apache.org> From: acosentino@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/camel-2.20.x X-Git-Reftype: branch X-Git-Oldrev: 0f5d436b88c155e6d7ba3c761669143fa5e15b81 X-Git-Newrev: 45460bbe2f65055ba64655449f9cbfe450ba3f28 X-Git-Rev: 45460bbe2f65055ba64655449f9cbfe450ba3f28 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Tue, 05 Dec 2017 17:17:25 -0000 This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch camel-2.20.x in repository https://gitbox.apache.org/repos/asf/camel.git The following commit(s) were added to refs/heads/camel-2.20.x by this push: new 45460bb Fixed Camel-Azure Karaf feature 45460bb is described below commit 45460bbe2f65055ba64655449f9cbfe450ba3f28 Author: Andrea Cosentino AuthorDate: Tue Dec 5 18:08:43 2017 +0100 Fixed Camel-Azure Karaf feature --- parent/pom.xml | 1 - platforms/karaf/features/src/main/resources/features.xml | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index 2948a9c..7ac2437 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -86,7 +86,6 @@ 1.2.14 5.5.0 5.5.0_1 - 1.0.0_1 3.1 5.2_4 2.1.0 diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml index 39f2336..7e5693f 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -183,11 +183,10 @@ mvn:org.apache.camel/camel-aws/${project.version} - camel-azure + camel-core mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version} mvn:org.apache.commons/commons-lang3/${commons-lang3-version} mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.azure-storage/${azure-storage-java-sdk-bundle-version} - mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.azure-keyvault-core/${azure-keyvault-core-bundle-version} mvn:org.apache.camel/camel-azure/${project.version} -- To stop receiving notification emails like this one, please contact ['"commits@camel.apache.org" '].