You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/01/04 14:47:29 UTC

[cxf] branch 3.5.x-fixes updated: Downgrade Apache Camel to 2.25.4 (since 3.x requires JDK-11)

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

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new fa5a4f02a5 Downgrade Apache Camel to 2.25.4 (since 3.x requires JDK-11)
fa5a4f02a5 is described below

commit fa5a4f02a57ef346aac0a91616082e00fcad957c
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Wed Jan 4 09:46:49 2023 -0500

    Downgrade Apache Camel to 2.25.4 (since 3.x requires JDK-11)
---
 .../samples/jax_rs/tracing_opentracing_camel/pom.xml       | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
index 0d3132601d..3c484d0eb2 100644
--- a/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
+++ b/distribution/src/main/release/samples/jax_rs/tracing_opentracing_camel/pom.xml
@@ -31,7 +31,7 @@
     
     <properties>
         <cxf.version>${project.version}</cxf.version>
-        <cxf.camel.version>3.20.0</cxf.camel.version>
+        <cxf.camel.version>2.25.4</cxf.camel.version>
     </properties>
     
     <profiles>
@@ -116,7 +116,7 @@
                 <scope>import</scope>
             </dependency>
             <dependency>
-                <groupId>org.apache.camel.springboot</groupId>
+                <groupId>org.apache.camel</groupId>
                 <artifactId>camel-spring-boot-dependencies</artifactId>
                 <version>${cxf.camel.version}</version>
                 <type>pom</type>
@@ -194,23 +194,23 @@
     
         <!-- camel -->
         <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-spring-boot-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-opentracing-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-jetty-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-http-starter</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.apache.camel.springboot</groupId>
+            <groupId>org.apache.camel</groupId>
             <artifactId>camel-core-starter</artifactId>
         </dependency>