grpc: grpc-netty replaced with grpc-netty-shaded to decouple grpc and netty versions in the project (CE)

This commit is contained in:
Sergey Matvienko 2021-08-16 09:16:41 +03:00
parent f8f92494e8
commit bf938a45e7
2 changed files with 2 additions and 2 deletions

View File

@ -231,7 +231,7 @@
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<artifactId>grpc-netty-shaded</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>

View File

@ -1465,7 +1465,7 @@
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<artifactId>grpc-netty-shaded</artifactId>
<version>${grpc.version}</version>
</dependency>
<dependency>