You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ja...@apache.org on 2022/08/01 14:53:26 UTC

[camel] branch camel-3.18.x updated: camel-vertx-http: Temporarily add a version property for vertx-web-client to stay compatible with camel-quarkus

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

jamesnetherton pushed a commit to branch camel-3.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.18.x by this push:
     new 5f2eda5fbae camel-vertx-http: Temporarily add a version property for vertx-web-client to stay compatible with camel-quarkus
5f2eda5fbae is described below

commit 5f2eda5fbae078fb297c21a0510fb6e73e80372c
Author: James Netherton <ja...@gmail.com>
AuthorDate: Mon Aug 1 08:48:12 2022 +0100

    camel-vertx-http: Temporarily add a version property for vertx-web-client to stay compatible with camel-quarkus
---
 camel-dependencies/pom.xml                      | 1 +
 components/camel-vertx/camel-vertx-http/pom.xml | 2 +-
 parent/pom.xml                                  | 1 +
 3 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index f6f3a97ae7c..20158243b38 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -536,6 +536,7 @@
     <velocity-tools-version>3.1</velocity-tools-version>
     <velocity-version>2.3</velocity-version>
     <vertx-version>4.3.2</vertx-version>
+    <vertx-web-client-version>4.3.2.1</vertx-web-client-version>
     <vysper-version>0.7</vysper-version>
     <web3j-quorum-version>0.8.0</web3j-quorum-version>
     <web3j-version>3.6.0</web3j-version>
diff --git a/components/camel-vertx/camel-vertx-http/pom.xml b/components/camel-vertx/camel-vertx-http/pom.xml
index a0192d7528b..16131bd52df 100644
--- a/components/camel-vertx/camel-vertx-http/pom.xml
+++ b/components/camel-vertx/camel-vertx-http/pom.xml
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>io.vertx</groupId>
             <artifactId>vertx-web-client</artifactId>
-            <version>${vertx-version}</version>
+            <version>${vertx-web-client-version}</version>
         </dependency>
 
         <!-- testing -->
diff --git a/parent/pom.xml b/parent/pom.xml
index 9a095407fa4..93affedd049 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -523,6 +523,7 @@
         <velocity-tools-version>3.1</velocity-tools-version>
         <velocity-version>2.3</velocity-version>
         <vertx-version>4.3.2</vertx-version>
+        <vertx-web-client-version>4.3.2.1</vertx-web-client-version>
         <vysper-version>0.7</vysper-version>
         <web3j-version>3.6.0</web3j-version>
         <web3j-quorum-version>0.8.0</web3j-quorum-version>