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

nfilotto pushed a commit to branch CAMEL-19388/upgrade-to-cxf-3.6+
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 7c0cc1ad6e43766d3cde2cdda584ea21b0621fa2
Author: Nicolas Filotto <[email protected]>
AuthorDate: Thu May 25 13:34:18 2023 +0200

    CAMEL-19388: OSGI - Allow to use CXF 3.6+
---
 platforms/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index b8fc526c..9ccb6fb6 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}/xml/features</repository>
+  
<repository>mvn:org.apache.cxf.karaf/apache-cxf/${cxf-version-range}/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'>

Reply via email to