You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by nf...@apache.org on 2023/05/25 11:30:28 UTC

[camel] 01/02: CAMEL-19388: OSGI - Allow to use CXF 3.6+

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.git

commit cfbea0ee925c2cb37cee3f8d94bf7c34004669a7
Author: Nicolas Filotto <nf...@talend.com>
AuthorDate: Thu May 25 13:20:21 2023 +0200

    CAMEL-19388: OSGI - Allow to use CXF 3.6+
---
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 1b79328554e..f4a0ea106bd 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -152,7 +152,7 @@
     <curator-version>4.3.0</curator-version>
     <cxf-codegen-plugin-version>3.5.5</cxf-codegen-plugin-version>
     <cxf-version>3.5.5</cxf-version>
-    <cxf-version-range>[3.5,3.6)</cxf-version-range>
+    <cxf-version-range>[3.5,4.0)</cxf-version-range>
     <cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version>
     <cxf-xjc-utils-version>3.3.2</cxf-xjc-utils-version>
     <cxf.codegen.jvmArgs></cxf.codegen.jvmArgs>
diff --git a/parent/pom.xml b/parent/pom.xml
index 2bc2ed8d07a..844c5179c4c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -134,7 +134,7 @@
         <couchbase-client-version>3.4.1</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.5.5</cxf-version>
-        <cxf-version-range>[3.5,3.6)</cxf-version-range>
+        <cxf-version-range>[3.5,4.0)</cxf-version-range>
         <cxf-codegen-plugin-version>3.5.5</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>3.3.2</cxf-xjc-plugin-version>