Skip to content

Commit 1ab45c9

Browse files
deps: Change scope of grpc-inprocess dependency from runtime to test (googleapis#2038)
* deps: Change scope of grpc-inprocess dependency from runtime to test * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * deps: Change scope of grpc-inprocess dependency from runtime to test --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 7674933 commit 1ab45c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-cloud-pubsub/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<dependency>
8686
<groupId>io.grpc</groupId>
8787
<artifactId>grpc-inprocess</artifactId>
88-
<scope>runtime</scope>
88+
<scope>test</scope>
8989
</dependency>
9090
<dependency>
9191
<groupId>com.google.errorprone</groupId>

0 commit comments

Comments
 (0)