-
Notifications
You must be signed in to change notification settings - Fork 78
Closed
Description
Jeff's import_boms branch is trying to add all gRPC artifacts into google-cloud-bom.
Among these gRPC artifacts, grpc-benchmarks and grpc-interop-testing have linkage errors in their transitive dependencies. They appear as new linkage error when Linkage Monitor runs.
mockito-core-2.25.1.jar is at:
io.grpc:grpc-benchmarks:1.24.1 (compile) / org.mockito:mockito-core:2.25.1 (compile)
byte-buddy-1.9.7.jar is at:
io.grpc:grpc-benchmarks:1.24.1 (compile) / org.mockito:mockito-core:2.25.1 (compile) / net.bytebuddy:byte-buddy:1.9.7 (compile)
gwt-user-2.8.2.jar is at:
io.grpc:grpc-interop-testing:1.24.1 (compile) / com.google.truth:truth:0.45 (compile) / com.google.gwt:gwt-user:2.8.2 (provided)
What can we do?
Linkage Monitor to ignore io.grpc:grpc-benchmarks and io.grpc:grpc-interop-testing
If they're not supposed to be used by users, it makes sense to skip the two artifacts.
Metadata
Metadata
Assignees
Labels
No labels