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 3822116 CAMEL-17137: camel-cxf - More strict version range in OSGi bundle. Upgrade to CXF 3.5.0 3822116 is described below commit 3822116e6d32d0471eb86cc51abb09cecab427c6 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Jan 12 09:32:51 2022 +0100 CAMEL-17137: camel-cxf - More strict version range in OSGi bundle. Upgrade to CXF 3.5.0 --- 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 fa13be4..414777b 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>