This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch camel-spring-boot-4.0.0-branch in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 404dc32966ef1eea1404c0ec632a305277cec852 Author: John Poth <[email protected]> AuthorDate: Mon Sep 4 17:43:32 2023 +0200 CSB-2115 add camel-vertx-http-starter --- components-starter/pom.xml | 2 +- product/src/main/resources/required-productized-camel-artifacts.txt | 1 + tooling/camel-spring-boot-bom/pom.xml | 2 +- tooling/camel-spring-boot-dependencies/pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/components-starter/pom.xml b/components-starter/pom.xml index f12bfb1840e..231226b8a78 100644 --- a/components-starter/pom.xml +++ b/components-starter/pom.xml @@ -401,7 +401,7 @@ <!-- <module>camel-univocity-parsers-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <module>camel-validator-starter</module> <module>camel-velocity-starter</module> - <!-- <module>camel-vertx-http-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> + <module>camel-vertx-http-starter</module> <!-- <module>camel-vertx-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> <module>camel-vertx-websocket-starter</module> <!-- <module>camel-weather-starter</module> disabled by camel-spring-boot-prod-maven-plugin:camel-prod-excludes --> diff --git a/product/src/main/resources/required-productized-camel-artifacts.txt b/product/src/main/resources/required-productized-camel-artifacts.txt index 2919731d60c..ca26e43950a 100644 --- a/product/src/main/resources/required-productized-camel-artifacts.txt +++ b/product/src/main/resources/required-productized-camel-artifacts.txt @@ -119,6 +119,7 @@ camel-telegram-starter camel-timer-starter camel-validator-starter camel-velocity-starter +camel-vertx-http-starter camel-vertx-websocket-starter camel-webhook-starter camel-xj-starter diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index d6b06f35cdc..6724004254e 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -1596,7 +1596,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-vertx-http-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 014312a143d..b79996dddbd 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -1800,7 +1800,7 @@ <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-vertx-http-starter</artifactId> - <version>4.0.0</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId>
