|
|
|
@ -34,33 +34,33 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
|
|
|
|
<version>4.1.15.Final</version>
|
|
|
|
|
<version>4.1.16.Final</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-common</artifactId>
|
|
|
|
|
<version>4.1.15.Final</version>
|
|
|
|
|
<version>4.1.16.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-codec</artifactId>
|
|
|
|
|
<version>4.1.15.Final</version>
|
|
|
|
|
<version>4.1.16.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-buffer</artifactId>
|
|
|
|
|
<version>4.1.15.Final</version>
|
|
|
|
|
<version>4.1.16.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport</artifactId>
|
|
|
|
|
<version>4.1.15.Final</version>
|
|
|
|
|
<version>4.1.16.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-handler</artifactId>
|
|
|
|
|
<version>4.1.15.Final</version>
|
|
|
|
|
<version>4.1.16.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|