|
@@ -66,6 +66,18 @@
|
|
|
<groupId>io.grpc</groupId>
|
|
|
<artifactId>grpc-netty</artifactId>
|
|
|
<version>${grpc.version}</version>
|
|
|
+ <exclusions>
|
|
|
+ <!-- Contained in netty-all. skip -->
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ <artifactId>netty-codec-http2</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ <!-- Contained in netty-all. skip -->
|
|
|
+ <exclusion>
|
|
|
+ <groupId>io.netty</groupId>
|
|
|
+ <artifactId>netty-handler-proxy</artifactId>
|
|
|
+ </exclusion>
|
|
|
+ </exclusions>
|
|
|
</dependency>
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|