This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 3054f4d1785c021de0571010e054bd22543814d5 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Fri Jun 30 12:32:11 2023 +0200 Regen Signed-off-by: Andrea Cosentino <anco...@gmail.com> --- components-starter/camel-guava-eventbus-starter/pom.xml | 2 +- tooling/camel-spring-boot-bom/pom.xml | 5 +++++ tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/components-starter/camel-guava-eventbus-starter/pom.xml b/components-starter/camel-guava-eventbus-starter/pom.xml index 9bb66843058..761a14a9242 100644 --- a/components-starter/camel-guava-eventbus-starter/pom.xml +++ b/components-starter/camel-guava-eventbus-starter/pom.xml @@ -43,7 +43,7 @@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>${guava-version}</version> + <version>${guava-eventbus-version}</version> </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> diff --git a/tooling/camel-spring-boot-bom/pom.xml b/tooling/camel-spring-boot-bom/pom.xml index 5963b54c101..c2a3184fc09 100644 --- a/tooling/camel-spring-boot-bom/pom.xml +++ b/tooling/camel-spring-boot-bom/pom.xml @@ -208,6 +208,11 @@ <artifactId>camel-azure-eventhubs-starter</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel.springboot</groupId> + <artifactId>camel-azure-files-starter</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-azure-key-vault-starter</artifactId> diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml index 47aaf2ec4a2..0945284a8aa 100644 --- a/tooling/camel-spring-boot-dependencies/pom.xml +++ b/tooling/camel-spring-boot-dependencies/pom.xml @@ -392,6 +392,11 @@ <artifactId>camel-azure-eventhubs-starter</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel.springboot</groupId> + <artifactId>camel-azure-files-starter</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-azure-key-vault-starter</artifactId>