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 08:48:22 UTC

[camel] branch camel-3.14.x 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 camel-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.14.x by this push:
     new 93b3d72e62a CAMEL-17957 CXF import range too restrictive in OSGi
93b3d72e62a is described below

commit 93b3d72e62abe25261e03aeeaae8bb16ff5bd1bb
Author: Stephan Siano <st...@sap.com>
AuthorDate: Wed Apr 13 10:43:09 2022 +0200

    CAMEL-17957 CXF import range too restrictive in OSGi
---
 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 8f8c6cc649d..95830849145 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -160,7 +160,7 @@
     <curator-version>4.3.0</curator-version>
     <cxf-codegen-plugin-version>3.4.5</cxf-codegen-plugin-version>
     <cxf-version>3.4.5</cxf-version>
-    <cxf-version-range>[3.4,3.4]</cxf-version-range>
+    <cxf-version-range>[3.4,3.5)</cxf-version-range>
     <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>
     <cxf-xjc-utils-version>3.3.1</cxf-xjc-utils-version>
     <cxf.codegen.jvmArgs></cxf.codegen.jvmArgs>
diff --git a/parent/pom.xml b/parent/pom.xml
index 89ab053d0bd..860ebed28fe 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -142,7 +142,7 @@
         <couchbase-client-version>3.2.0</couchbase-client-version>
         <curator-version>4.3.0</curator-version>
         <cxf-version>3.4.5</cxf-version>
-        <cxf-version-range>[3.4,3.4]</cxf-version-range>
+        <cxf-version-range>[3.4,3.5)</cxf-version-range>
         <cxf-codegen-plugin-version>3.4.5</cxf-codegen-plugin-version>
         <!-- cxf-xjc is not released as often -->
         <cxf-xjc-plugin-version>3.3.1</cxf-xjc-plugin-version>