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 2022/06/30 04:33:34 UTC

[camel-karaf] branch main updated: [CAMEL-9627]update camel-cxf karaf feauture (#167)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git


The following commit(s) were added to refs/heads/main by this push:
     new 1e692e68 [CAMEL-9627]update camel-cxf karaf feauture (#167)
1e692e68 is described below

commit 1e692e683facc122eee2aa2e7e17e204b7857c80
Author: Freeman(Yue) Fang <fr...@gmail.com>
AuthorDate: Thu Jun 30 00:33:30 2022 -0400

    [CAMEL-9627]update camel-cxf karaf feauture (#167)
---
 platforms/karaf/features/src/main/resources/features.xml | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml b/platforms/karaf/features/src/main/resources/features.xml
index fdb4a31c..35c542ef 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -18,7 +18,7 @@
 
 -->
 <features xmlns="http://karaf.apache.org/xmlns/features/v1.5.0" name='camel-${project.version}'>
-  <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version-range}/xml/features</repository>
+  <repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version}/xml/features</repository>
   <repository>mvn:org.ops4j.pax.cdi/pax-cdi-features/[1,2)/xml/features</repository>
 
   <feature name='xml-specs-api' version='${servicemix-specs-version}' start-level='10'>
@@ -718,7 +718,9 @@
     <feature version='${cxf-version-range}'>cxf-features-logging</feature>
     <bundle>mvn:org.apache.camel/camel-attachments/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-http-base/${project.version}</bundle>
-    <bundle>mvn:org.apache.camel/camel-cxf/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-cxf-common/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-cxf-soap/${project.version}</bundle>
+    <bundle>mvn:org.apache.camel/camel-cxf-rest/${project.version}</bundle>
     <bundle>mvn:org.apache.camel/camel-cxf-transport/${project.version}</bundle>
     <bundle>mvn:org.apache.camel.karaf/camel-cxf-blueprint/${project.version}</bundle>
     <bundle>mvn:org.apache.camel.karaf/camel-cxf-transport-blueprint/${project.version}</bundle>