gcp-csm-o11y: Use xds's shadow configuration

This prevents mixing shaded and non-shaded class files. We do the same
thing in all the other projects that depend on xds.
This commit is contained in:
Eric Anderson 2024-06-04 16:53:19 -07:00
parent 0358c508da
commit 9e2cca08fa
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ dependencies {
project(':grpc-core'),
project(':grpc-opentelemetry'),
project(':grpc-protobuf'),
project(':grpc-xds'),
project(path: ':grpc-xds', configuration: 'shadow'),
libraries.guava.jre, // jre version pulled in via xds
libraries.protobuf.java,
libraries.opentelemetry.gcp.resources,