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 EA1092009C6 for ; Mon, 16 May 2016 11:50:55 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E7E66160A2F; Mon, 16 May 2016 09:50:55 +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 12408160A29 for ; Mon, 16 May 2016 11:50:54 +0200 (CEST) Received: (qmail 76179 invoked by uid 500); 16 May 2016 09:50:53 -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 75335 invoked by uid 99); 16 May 2016 09:50:53 -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; Mon, 16 May 2016 09:50:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 22C7AEAB4F; Mon, 16 May 2016 09:50:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: davsclaus@apache.org To: commits@camel.apache.org Date: Mon, 16 May 2016 09:51:18 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [27/50] [abbrv] camel git commit: Fixed CS archived-at: Mon, 16 May 2016 09:50:56 -0000 Fixed CS Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/81f23c12 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/81f23c12 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/81f23c12 Branch: refs/heads/kube-lb Commit: 81f23c124d27524c2a6454a3af072f5791d7af2f Parents: f6f5a4a Author: Andrea Cosentino Authored: Fri May 13 13:30:09 2016 +0200 Committer: Claus Ibsen Committed: Mon May 16 09:59:33 2016 +0200 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/81f23c12/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 4492e55..71c0e24 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -298,9 +298,9 @@ mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version} mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version} mvn:javax.servlet/javax.servlet-api/${javax.servlet-api-version} - mvn:org.jsoup/jsoup/${jsoup-version} - mvn:javax.validation/validation-api/${validation-api-version} - mvn:javax.el/javax.el-api/${javax.el-api-version} + mvn:org.jsoup/jsoup/${jsoup-version} + mvn:javax.validation/validation-api/${validation-api-version} + mvn:javax.el/javax.el-api/${javax.el-api-version} mvn:org.glassfish.web/javax.el/${javax.el-version} mvn:com.fasterxml/classmate/${classmate-version} mvn:org.hibernate/hibernate-validator/${hibernate-validator-version}