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 30cc0500a16 Remove redundant vertx-web-client-version property as it was only required to work around an issue in Vert.x 4.3.2 30cc0500a16 is described below commit 30cc0500a169f8ef3fdbf81e8c4c67e908fa2b2f Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Wed Sep 14 10:57:15 2022 +0100 Remove redundant vertx-web-client-version property as it was only required to work around an issue in Vert.x 4.3.2 --- camel-dependencies/pom.xml | 1 - components/camel-knative/camel-knative-http/pom.xml | 2 +- components/camel-vertx/camel-vertx-http/pom.xml | 2 +- parent/pom.xml | 1 - 4 files changed, 2 insertions(+), 4 deletions(-) diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml index 2c86d387fab..07bfce149f9 100644 --- a/camel-dependencies/pom.xml +++ b/camel-dependencies/pom.xml @@ -536,7 +536,6 @@ <velocity-tools-version>3.1</velocity-tools-version> <velocity-version>2.3</velocity-version> <vertx-version>4.3.3</vertx-version> - <vertx-web-client-version>4.3.3</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-knative/camel-knative-http/pom.xml b/components/camel-knative/camel-knative-http/pom.xml index d415619acb9..a7b8503afb4 100644 --- a/components/camel-knative/camel-knative-http/pom.xml +++ b/components/camel-knative/camel-knative-http/pom.xml @@ -49,7 +49,7 @@ <dependency> <groupId>io.vertx</groupId> <artifactId>vertx-web-client</artifactId> - <version>${vertx-web-client-version}</version> + <version>${vertx-version}</version> </dependency> <dependency> <groupId>io.vertx</groupId> diff --git a/components/camel-vertx/camel-vertx-http/pom.xml b/components/camel-vertx/camel-vertx-http/pom.xml index 777b8e56c61..b3dc5e28c61 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-web-client-version}</version> + <version>${vertx-version}</version> </dependency> <!-- testing --> diff --git a/parent/pom.xml b/parent/pom.xml index 6e523df4eb7..0fbb89aad12 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -524,7 +524,6 @@ <velocity-tools-version>3.1</velocity-tools-version> <velocity-version>2.3</velocity-version> <vertx-version>4.3.3</vertx-version> - <vertx-web-client-version>4.3.3</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>