File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 262
262
</exclusion >
263
263
</exclusions >
264
264
</dependency >
265
- <!-- cloud-monitoring client depends on grpc-xds, which has transitive dependency on opencensus-proto. We need to
266
- use cloud-monitoring as a test dependency, which also marks the opencensus-proto as a test dependency. Promote
267
- grpc-xds to a runtime dependency so that opencensus-proto will still be a runtime dependency in the flattened pom. -->
268
- <dependency >
269
- <groupId >io.grpc</groupId >
270
- <artifactId >grpc-xds</artifactId >
271
- <scope >runtime</scope >
272
- </dependency >
273
265
<dependency >
274
266
<groupId >com.google.cloud</groupId >
275
267
<artifactId >google-cloud-monitoring</artifactId >
276
- <scope >test </scope >
268
+ <scope >runtime </scope >
277
269
</dependency >
278
270
<dependency >
279
271
<groupId >com.google.api.grpc</groupId >
280
272
<artifactId >proto-google-cloud-monitoring-v3</artifactId >
281
- <scope >test </scope >
273
+ <scope >runtime </scope >
282
274
</dependency >
283
275
<dependency >
284
276
<groupId >com.google.truth</groupId >
You can’t perform that action at this time.
0 commit comments