Consolidating netty versions

Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
master
shamsulazeem 2021-02-18 17:25:51 +08:00
parent 62500e7a26
commit 3f870c72de
No known key found for this signature in database
GPG Key ID: 227231080D5F29F4
3 changed files with 2 additions and 7 deletions

View File

@ -37,7 +37,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>

View File

@ -83,7 +83,7 @@
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<artifactId>netty-all</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>

View File

@ -417,11 +417,6 @@
<artifactId>netty-all</artifactId>
<version>${netty.version}</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.6.Final</version>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-buffer</artifactId>