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/09/19 10:08:00 UTC

[jira] [Commented] (CAMEL-18524) Google-functions: dependency conflicts brought by the component

    [ https://issues.apache.org/jira/browse/CAMEL-18524?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17606531#comment-17606531 ] 

Andrea Cosentino commented on CAMEL-18524:
------------------------------------------

dependency conflicts with Quarkus BOM? 

> Google-functions: dependency conflicts brought by the component
> ---------------------------------------------------------------
>
>                 Key: CAMEL-18524
>                 URL: https://issues.apache.org/jira/browse/CAMEL-18524
>             Project: Camel
>          Issue Type: Dependency upgrade
>    Affects Versions: 3.19.0
>            Reporter: Jiri Ondrusek
>            Assignee: Jiri Ondrusek
>            Priority: Major
>
> I noticed failed build of camel-quarkus google-secret-manager. The log is
> {code}
> Dependency convergence error for com.google.auto.value:auto-value-annotations:1.7.4 paths to dependency are:
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
>     +-com.google.cloud:google-cloud-functions:1.0.8
>       +-com.google.auto.value:auto-value-annotations:1.7.4
> and
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
>     +-com.google.cloud:google-cloud-functions:1.0.8
>       +-com.google.api.grpc:proto-google-cloud-functions-v1:1.0.8
>         +-com.google.auto.value:auto-value-annotations:1.7.4
> and
> +-org.apache.camel.quarkus:camel-quarkus-google-functions:2.13.0-SNAPSHOT
>   +-org.apache.camel:camel-google-functions:3.19.0-20220918.103349-68
>     +-com.google.cloud:google-cloud-functions:1.0.8
>       +-com.google.api:gax-grpc:2.18.1
>         +-io.grpc:grpc-googleapis:1.49.0
>           +-io.grpc:grpc-xds:1.49.0
>             +-com.google.auto.value:auto-value-annotations:1.9
> {code}
> As you can see, all conflicts are brought by org.apache.camel:camel-google-functions-3.19.0-*
> Therefore I think that some versions has to be aligned in camel to not create such issues.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)