You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Jiri Ondrusek (Jira)" <ji...@apache.org> on 2022/09/19 11:48:00 UTC

[jira] [Comment Edited] (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=17606562#comment-17606562 ] 

Jiri Ondrusek edited comment on CAMEL-18524 at 9/19/22 11:47 AM:
-----------------------------------------------------------------

To be honest, I'm not sure now. I have to find the right reason. It almost seems, like `com.google.cloud:google-cloud-functions:1.0.8` contains `com.google.api:gax-grpc:2.18.1`, which is in conflict with `com.google.cloud:google-cloud-functions:1.0.8`. Nevertheless  the quick reason a *quick* fix could be exclusion of the `com.google.auto.value:auto-value-annotations:1.7.4` and to keep only  `com.google.auto.value:auto-value-annotations:1.9`.


was (Author: jondruse):
To be honest, I'm not sure now. I have to find the right reason. It almost seems, like `com.google.cloud:google-cloud-functions:1.0.8` contains `com.google.api:gax-grpc:2.18.1`, which is in conflict with `com.google.cloud:google-cloud-functions:1.0.8`. Nevertheless  the right reason a quick fix could be exclusion of the `com.google.auto.value:auto-value-annotations:1.7.4` and to keep only  `com.google.auto.value:auto-value-annotations:1.9`.

> 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)