grpc: grpc-netty replaced with grpc-netty-shaded (edge-api)

This commit is contained in:
Sergey Matvienko 2021-08-16 10:09:26 +03:00
parent bf938a45e7
commit f73f080475

View File

@ -87,17 +87,7 @@
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-netty</artifactId>
<exclusions>
<exclusion>
<artifactId>netty-transport</artifactId>
<groupId>io.netty</groupId>
</exclusion>
<exclusion>
<artifactId>netty-common</artifactId>
<groupId>io.netty</groupId>
</exclusion>
</exclusions>
<artifactId>grpc-netty-shaded</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>