You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/06/30 10:46:22 UTC

[camel-spring-boot] 03/05: Fixed build

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 c6a231c2fa8af119d0739232bcaba8f294008cf6
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Jun 30 12:33:13 2023 +0200

    Fixed build
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components-starter/pom.xml                                              | 1 +
 .../src/main/resources/spring-boot-fix-dependencies.properties          | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/components-starter/pom.xml b/components-starter/pom.xml
index 66f134e7f9c..c6b8baf8c02 100644
--- a/components-starter/pom.xml
+++ b/components-starter/pom.xml
@@ -139,6 +139,7 @@
     <module>camel-aws2-translate-starter</module>
     <module>camel-azure-cosmosdb-starter</module>
     <module>camel-azure-eventhubs-starter</module>
+    <module>camel-azure-files-starter</module>
     <module>camel-azure-key-vault-starter</module>
     <module>camel-azure-servicebus-starter</module>
     <module>camel-azure-storage-blob-starter</module>
diff --git a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
index 42407984568..c1d0e28b8d7 100644
--- a/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
+++ b/tooling/camel-spring-boot-generator-maven-plugin/src/main/resources/spring-boot-fix-dependencies.properties
@@ -28,7 +28,7 @@ camel-core-engine=org.apache.camel.springboot:camel-spring-boot
 camel-cassandraql=com.datastax.oss:java-driver-core:${cassandra-driver-version},com.datastax.oss:java-driver-query-builder:${cassandra-driver-version}
 
 camel-github=org.eclipse.mylyn.github:org.eclipse.egit.github.core:${egit-github-core-version}
-camel-guava-eventbus=com.google.guava:guava:${guava-eventbus-version}
+camel-guava-eventbus=com.google.guava:guava:${guava-version}
 
 # Defaulting to netty in the starter
 camel-hl7=org.apache.camel:camel-netty:${camel-version}