Skip to content

Commit 930d043

Browse files
fix: make cloud-monitoring a runtime dependency (#1371)
* fix: make cloud-monitoring a runtime dependency * fix * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent d29fada commit 930d043

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

google-cloud-bigtable/pom.xml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -262,23 +262,15 @@
262262
</exclusion>
263263
</exclusions>
264264
</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>
273265
<dependency>
274266
<groupId>com.google.cloud</groupId>
275267
<artifactId>google-cloud-monitoring</artifactId>
276-
<scope>test</scope>
268+
<scope>runtime</scope>
277269
</dependency>
278270
<dependency>
279271
<groupId>com.google.api.grpc</groupId>
280272
<artifactId>proto-google-cloud-monitoring-v3</artifactId>
281-
<scope>test</scope>
273+
<scope>runtime</scope>
282274
</dependency>
283275
<dependency>
284276
<groupId>com.google.truth</groupId>

0 commit comments

Comments
 (0)