You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2015/11/25 14:38:05 UTC

[2/2] camel git commit: CAMEL-9362: Camel CDI component should not require the PAX CDI Camel capability

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/89037d67
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/89037d67
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/89037d67

Branch: refs/heads/camel-2.16.x
Commit: 89037d67988369ef98cd3b66ce35be15ccecf237
Parents: f1d8212
Author: Antonin Stefanutti <an...@stefanutti.fr>
Authored: Wed Nov 25 14:26:38 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
Committed: Wed Nov 25 14:37:55 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/89037d67/components/camel-cdi/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-cdi/pom.xml b/components/camel-cdi/pom.xml
index 7830d7e..015a31c 100644
--- a/components/camel-cdi/pom.xml
+++ b/components/camel-cdi/pom.xml
@@ -47,8 +47,7 @@
     </camel.osgi.provide.capability>
     <camel.osgi.require.capability>
       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)"
     </camel.osgi.require.capability>
   </properties>