YARN-10344. Sync netty versions in hadoop-yarn-csi. (#2126)

This commit is contained in:
Akira Ajisaka 2020-07-09 13:59:47 +09:00 committed by GitHub
parent 5b1ed2113b
commit 10d218934c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

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