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 EB7AB18082 for ; Mon, 16 Nov 2015 09:23:03 +0000 (UTC) Received: (qmail 72031 invoked by uid 500); 16 Nov 2015 09:23:03 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 71984 invoked by uid 500); 16 Nov 2015 09:23:03 -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 71975 invoked by uid 99); 16 Nov 2015 09:23:03 -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 Nov 2015 09:23:03 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BC656DFCC9; Mon, 16 Nov 2015 09:23:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: hekonsek@apache.org To: commits@camel.apache.org Message-Id: <0e89fc6390d7457ea90af4595d3e1fcc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: camel git commit: [CAMEL-9329] Kura router should provide OSGi compendium services. Date: Mon, 16 Nov 2015 09:23:03 +0000 (UTC) Repository: camel Updated Branches: refs/heads/master ba8480357 -> dc0b730f6 [CAMEL-9329] Kura router should provide OSGi compendium services. Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/dc0b730f Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/dc0b730f Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/dc0b730f Branch: refs/heads/master Commit: dc0b730f68ece9d593fcd6f3c65d146f9e05c31f Parents: ba84803 Author: Henryk Konsek Authored: Mon Nov 16 10:22:34 2015 +0100 Committer: Henryk Konsek Committed: Mon Nov 16 10:22:34 2015 +0100 ---------------------------------------------------------------------- components/camel-kura/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/dc0b730f/components/camel-kura/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-kura/pom.xml b/components/camel-kura/pom.xml index e264cdb..4bf22e8 100644 --- a/components/camel-kura/pom.xml +++ b/components/camel-kura/pom.xml @@ -37,6 +37,7 @@ 1.6.4 3.8.1.v20120830-144521 + 3.3.100.v20120522-1822 @@ -50,6 +51,11 @@ ${eclipse-osgi.version} + org.eclipse.birt.runtime + org.eclipse.osgi.services + ${eclipse-osgi-services.version} + + org.slf4j slf4j-api ${kura-slf4j.version}