Added io.netty:netty into dependency management

Signed-off-by: shamsulazeem <shamsazeem20@gmail.com>
master
shamsulazeem 2021-02-19 15:35:51 +08:00
parent 137391791c
commit 28335c8060
No known key found for this signature in database
GPG Key ID: 227231080D5F29F4
2 changed files with 6 additions and 1 deletions

View File

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

View File

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