Skip to content

Commit

Permalink
readme: grpc-netty-shaded runtime scope
Browse files Browse the repository at this point in the history
We should recommend runtime scope for grpc-netty-shaded.

grpc#8606 (comment)
  • Loading branch information
Daniel Norberg authored Jan 4, 2022
1 parent 80f1be0 commit 17ab4c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Download [the JARs][]. Or for Maven with non-Android, add to your `pom.xml`:
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>1.43.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
Expand Down

0 comments on commit 17ab4c8

Please sign in to comment.