Skip to content

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

@diegomarquezp

Description

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

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions