Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove exclusion of com.google.guava:failureaccess after the storage and pubsub proto libraries are updated #10572

Open
diegomarquezp opened this issue Mar 19, 2024 · 0 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.

Comments

@diegomarquezp
Copy link
Contributor

Error:  Require upper bound dependencies error for com.google.guava:failureaccess:1.0.1 paths to dependency are:
Error:  +-com.google.cloud:google-cloud-notification:0.156.0-beta-SNAPSHOT
Error:    +-com.google.cloud:google-cloud-storage:2.34.0
Error:      +-com.google.guava:failureaccess:1.0.1
Error:  and
Error:  +-com.google.cloud:google-cloud-notification:0.156.0-beta-SNAPSHOT
Error:    +-com.google.api.grpc:proto-google-cloud-pubsub-v1:1.109.2
Error:      +-com.google.guava:failureaccess:1.0.1
Error:  and
Error:  +-com.google.cloud:google-cloud-notification:0.156.0-beta-SNAPSHOT
Error:    +-com.google.guava:guava:33.1.0-jre
Error:      +-com.google.guava:failureaccess:1.0.2
Error:  ]

I added a temporary exclusion in guava

<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.guava</groupId>
<artifactId>failureaccess</artifactId>
</exclusion>
</exclusions>
</dependency>

We need to remove it once storage and pubsub get updated to the latest guava

cc: @blakeli0

Originally posted by @diegomarquezp in #10552 (comment)

@meltsufin meltsufin added type: cleanup An internal cleanup or hygiene concern. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

No branches or pull requests

2 participants