You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by si...@apache.org on 2022/04/13 07:56:11 UTC

[camel] branch main updated: CAMEL-17957 CXF import range too restrictive in OSGi

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 792a767c82b CAMEL-17957 CXF import range too restrictive in OSGi
792a767c82b is described below

commit 792a767c82b058f375aa4761c4bb8541eb3e9a26
Author: Stephan Siano <st...@sap.com>
AuthorDate: Wed Apr 13 09:41:25 2022 +0200

    CAMEL-17957 CXF import range too restrictive in OSGi
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 02eceb0d3da..7a7bcf2a82e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -141,7 +141,7 @@
         <couchbase-client-version>3.2.0</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.5.1</cxf-version>
-        <cxf-version-range>[3.5,3.5]</cxf-version-range>
+        <cxf-version-range>[3.5,3.6)</cxf-version-range>
         <cxf-codegen-plugin-version>3.5.1</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>