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 eaef0917037a1c062fd3cd2e8126daddc61b05ec
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Fri Jun 30 12:29:53 2023 +0200

    Fixed build with single guava version
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components-starter/camel-guava-eventbus-starter/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components-starter/camel-guava-eventbus-starter/pom.xml 
b/components-starter/camel-guava-eventbus-starter/pom.xml
index 761a14a9242..9bb66843058 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-eventbus-version}</version>
+      <version>${guava-version}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.camel.springboot</groupId>

Reply via email to