Skip to content

Commit

Permalink
Add netty back
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Jun 4, 2024
1 parent cd479c9 commit 658a33f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,11 @@
</developers>

<dependencies>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty-shaded</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>
<groupId>com.google.api.grpc</groupId>
<artifactId>grpc-google-common-protos</artifactId>
Expand Down

0 comments on commit 658a33f

Please sign in to comment.