You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Andrea Cosentino (Jira)" <ji...@apache.org> on 2022/03/30 18:35:00 UTC

[jira] [Assigned] (CAMEL-17884) Guava is overriden to an older version in bigquery starter

     [ https://issues.apache.org/jira/browse/CAMEL-17884?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrea Cosentino reassigned CAMEL-17884:
----------------------------------------

    Assignee: Andrea Cosentino

> Guava is overriden to an older version in bigquery starter
> ----------------------------------------------------------
>
>                 Key: CAMEL-17884
>                 URL: https://issues.apache.org/jira/browse/CAMEL-17884
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-spring-boot
>            Reporter: Claudio Miranda
>            Assignee: Andrea Cosentino
>            Priority: Minor
>             Fix For: 3.17.0
>
>
> [camel-bigquery component declares dependency|https://github.com/apache/camel/blob/main/components/camel-google/camel-google-bigquery/pom.xml#L44] of com.google.guava:guava using google-cloud-guava-version property which is version 30.0-jre
> However the [parent pom|https://github.com/apache/camel-spring-boot/blob/main/parent/pom.xml#L68] of camel-spring-boot overrides it with google-guava-version property which is an older version 20.0
> See the dependency:tree of camel-google-bigquery-starter
> {code}
> mvn dependency:tree -f components-starter/camel-google-bigquery-starter/pom.xml |grep guava
> [INFO] |  +- com.google.guava:guava:jar:20.0:compile
> {code}
> After the fix to use the google-cloud-guava-version property
> {code}
> mvn dependency:tree -f components-starter/camel-google-bigquery-starter/pom.xml |grep guava|grep google
> [INFO] +- com.google.guava:guava:jar:30.0-jre:compile
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)