Update Netty

This commit is contained in:
md_5
2016-08-30 20:22:02 +10:00
parent 5c809c2499
commit 0581e49d49
3 changed files with 10 additions and 4 deletions

View File

@@ -25,6 +25,12 @@
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-transport-native-epoll</artifactId>