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 7B5881880D for ; Wed, 30 Dec 2015 12:46:52 +0000 (UTC) Received: (qmail 28052 invoked by uid 500); 30 Dec 2015 12:46:52 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 28000 invoked by uid 500); 30 Dec 2015 12:46:52 -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 27991 invoked by uid 99); 30 Dec 2015 12:46:52 -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; Wed, 30 Dec 2015 12:46:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 409A0E08E9; Wed, 30 Dec 2015 12:46:52 +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 Message-Id: <57fe153674894484aa96b7aa29470b11@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: CAMEL-9459: Cannot install camel-kubernetes in karaf Date: Wed, 30 Dec 2015 12:46:52 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master fe4f4a83c -> 1b5d2bfd7 CAMEL-9459: Cannot install camel-kubernetes in karaf Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/1b5d2bfd Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/1b5d2bfd Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/1b5d2bfd Branch: refs/heads/master Commit: 1b5d2bfd772cf7119024dfd579678b1baeb9a7a4 Parents: fe4f4a8 Author: Andrea Cosentino Authored: Wed Dec 30 13:17:23 2015 +0100 Committer: Andrea Cosentino Committed: Wed Dec 30 13:45:31 2015 +0100 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/1b5d2bfd/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 358e1a8..e67aa5b 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -946,6 +946,7 @@ mvn:javax.validation/validation-api/${validation-api-version} mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version} + mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jsr311-api-1.1.1/${servicemix-specs-version} mvn:com.fasterxml.jackson.core/jackson-core/${jackson2-version} mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version} mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}