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 F185B18180 for ; Wed, 25 Nov 2015 13:38:04 +0000 (UTC) Received: (qmail 15693 invoked by uid 500); 25 Nov 2015 13:38:04 -0000 Delivered-To: apmail-camel-commits-archive@camel.apache.org Received: (qmail 15630 invoked by uid 500); 25 Nov 2015 13:38:04 -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 15621 invoked by uid 99); 25 Nov 2015 13:38:04 -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, 25 Nov 2015 13:38:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 31B34E01FB; Wed, 25 Nov 2015 13:38:04 +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: Wed, 25 Nov 2015 13:38:04 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/2] camel git commit: CAMEL-9362: Camel CDI component should not require the PAX CDI Camel capability Repository: camel Updated Branches: refs/heads/camel-2.16.x f1d821293 -> 89037d679 refs/heads/master ad7f37fab -> 9d8e12ddc CAMEL-9362: Camel CDI component should not require the PAX CDI Camel capability Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/9d8e12dd Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/9d8e12dd Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/9d8e12dd Branch: refs/heads/master Commit: 9d8e12ddc2c95462e9fc27d517cfea6705a20b8e Parents: ad7f37f Author: Antonin Stefanutti Authored: Wed Nov 25 14:26:38 2015 +0100 Committer: Claus Ibsen Committed: Wed Nov 25 14:37:42 2015 +0100 ---------------------------------------------------------------------- components/camel-cdi/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/9d8e12dd/components/camel-cdi/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml index 0cfa350..74b8635 100644 --- a/components/camel-cdi/pom.xml +++ b/components/camel-cdi/pom.xml @@ -47,8 +47,7 @@ osgi.extender;filter:="(osgi.extender=pax.cdi)", - org.ops4j.pax.cdi.extension;filter:="(extension=deltaspike-core-api)", - org.ops4j.pax.cdi.extension;filter:="(extension=camel-cdi-extension)" + org.ops4j.pax.cdi.extension;filter:="(extension=deltaspike-core-api)"