Skip to content

Commit

Permalink
deps: Change scope of grpc-inprocess dependency from runtime to test (g…
Browse files Browse the repository at this point in the history
…oogleapis#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>
  • Loading branch information
michaelpri10 and gcf-owl-bot[bot] authored May 29, 2024
1 parent 7674933 commit 1ab45c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google-cloud-pubsub/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-inprocess</artifactId>
<scope>runtime</scope>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down

0 comments on commit 1ab45c9

Please sign in to comment.