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:04 UTC

[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 <an...@stefanutti.fr>
Authored: Wed Nov 25 14:26:38 2015 +0100
Committer: Claus Ibsen <da...@apache.org>
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 @@
     </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>
 


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

Posted by da...@apache.org.
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>