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/01/13 17:42:31 UTC

[camel-karaf] branch camel-karaf-3.14.x updated: CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 3.4.5

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

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


The following commit(s) were added to refs/heads/camel-karaf-3.14.x by this push:
     new 7a5bdf8  CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 3.4.5
7a5bdf8 is described below

commit 7a5bdf854c47844acd1bd556699fc72c41f556b8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Jan 13 16:58:02 2022 +0100

    CAMEL-17137: Use strict cxf-version-range. Upgrade to CXF 3.4.5
---
 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 bec88c8..6181016 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/[3,4)/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>
   <repository>mvn:org.hibernate.validator/hibernate-validator-osgi-karaf-features/[6.2,6.2]/xml/features</repository>