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 2022/03/30 18:34:29 UTC

[camel-spring-boot] branch main updated: CAMEL-17884 Guava is overriden to an older version in bigquery starter

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


The following commit(s) were added to refs/heads/main by this push:
     new b94d25d  CAMEL-17884 Guava is overriden to an older version in bigquery starter
b94d25d is described below

commit b94d25d20e5e7df4a15bbd500fd4249ea42c9ee3
Author: Claudio Miranda <cl...@claudius.com.br>
AuthorDate: Wed Mar 30 15:29:10 2022 -0300

    CAMEL-17884 Guava is overriden to an older version in bigquery starter
    
    https://issues.apache.org/jira/browse/CAMEL-17884
---
 components-starter/camel-google-bigquery-starter/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/components-starter/camel-google-bigquery-starter/pom.xml b/components-starter/camel-google-bigquery-starter/pom.xml
index e5005e0..706768c 100644
--- a/components-starter/camel-google-bigquery-starter/pom.xml
+++ b/components-starter/camel-google-bigquery-starter/pom.xml
@@ -35,6 +35,11 @@
       <version>${spring-boot-version}</version>
     </dependency>
     <dependency>
+      <groupId>com.google.guava</groupId>
+      <artifactId>guava</artifactId>
+      <version>${google-cloud-guava-version}</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-google-bigquery</artifactId>
       <version>${camel-version}</version>