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 7865E18263 for ; Thu, 8 Oct 2015 13:20:47 +0000 (UTC) Received: (qmail 58285 invoked by uid 500); 8 Oct 2015 13:20:47 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 58240 invoked by uid 500); 8 Oct 2015 13:20:47 -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 58231 invoked by uid 99); 8 Oct 2015 13:20:47 -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; Thu, 08 Oct 2015 13:20:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 132F5E090A; Thu, 8 Oct 2015 13:20:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cschneider@apache.org To: commits@camel.apache.org Date: Thu, 08 Oct 2015 13:20:47 -0000 Message-Id: <4b156ceca7684580a7620d5646a94a9d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] camel git commit: Removing optional import as then parent import can work Repository: camel Updated Branches: refs/heads/camel-2.15.x cd7300692 -> 44a07f956 Removing optional import as then parent import can work Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/61940380 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/61940380 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/61940380 Branch: refs/heads/camel-2.15.x Commit: 619403801a34e5d66d6dea60b55b573175a98825 Parents: cd73006 Author: Christian Schneider Authored: Thu Aug 13 10:57:30 2015 +0200 Committer: Christian Schneider Committed: Thu Oct 8 15:11:47 2015 +0200 ---------------------------------------------------------------------- components/camel-cxf/pom.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/61940380/components/camel-cxf/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cxf/pom.xml b/components/camel-cxf/pom.xml index 8b1c460..7bd60f9 100644 --- a/components/camel-cxf/pom.xml +++ b/components/camel-cxf/pom.xml @@ -58,7 +58,6 @@ org.apache.aries.blueprint.reflect;version="[1.0,2.0)";resolution:=optional, org.apache.aries.blueprint.mutable;version="[1.0,2.0)";resolution:=optional, org.apache.camel.blueprint;resolution:=optional, - org.osgi.framework;resolution:=optional, *