Browse Source

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

pull/5128/head
Sergey Matvienko 5 years ago
parent
commit
f73f080475
  1. 12
      common/edge-api/pom.xml

12
common/edge-api/pom.xml

@ -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>

Loading…
Cancel
Save