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 E7A2617F7F for ; Tue, 30 Sep 2014 02:25:51 +0000 (UTC) Received: (qmail 73508 invoked by uid 500); 30 Sep 2014 02:25:51 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 73443 invoked by uid 500); 30 Sep 2014 02:25:51 -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 73429 invoked by uid 99); 30 Sep 2014 02:25:51 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Sep 2014 02:25:51 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 805C6A02F83; Tue, 30 Sep 2014 02:25:51 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ningjiang@apache.org To: commits@camel.apache.org Date: Tue, 30 Sep 2014 02:25:52 -0000 Message-Id: <094a08d4e3ed4572b2cb9a87c03359ca@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/4] git commit: CAMEL-7881 Fixed the camel-restlet feature install issue CAMEL-7881 Fixed the camel-restlet feature install issue Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/3cac0a74 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/3cac0a74 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/3cac0a74 Branch: refs/heads/camel-2.14.x Commit: 3cac0a741c7be530a082e13d90bca3740a6ed79c Parents: 9c10014 Author: Willem Jiang Authored: Tue Sep 30 10:23:19 2014 +0800 Committer: Willem Jiang Committed: Tue Sep 30 10:24:22 2014 +0800 ---------------------------------------------------------------------- platforms/karaf/features/src/main/resources/features.xml | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/3cac0a74/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 1550a6c..b06a95f 100644 --- a/platforms/karaf/features/src/main/resources/features.xml +++ b/platforms/karaf/features/src/main/resources/features.xml @@ -1025,6 +1025,9 @@ camel-core mvn:http://maven.restlet.org!org.restlet.osgi/org.restlet/${restlet-version} + mvn:commons-codec/commons-codec/${commons-codec-version} + mvn:org.apache.httpcomponents/httpcore-osgi/${httpcore4-version} + mvn:org.apache.httpcomponents/httpclient-osgi/${httpclient4-version} mvn:http://maven.restlet.org!org.restlet.osgi/org.restlet.ext.httpclient/${restlet-version} mvn:org.apache.camel/camel-restlet/${project.version}