|
|
|
@ -100,33 +100,33 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
|
|
|
|
<version>4.0.35.Final</version>
|
|
|
|
|
<version>4.0.36.Final</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-common</artifactId>
|
|
|
|
|
<version>4.0.35.Final</version>
|
|
|
|
|
<version>4.0.36.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-codec</artifactId>
|
|
|
|
|
<version>4.0.35.Final</version>
|
|
|
|
|
<version>4.0.36.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-buffer</artifactId>
|
|
|
|
|
<version>4.0.35.Final</version>
|
|
|
|
|
<version>4.0.36.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport</artifactId>
|
|
|
|
|
<version>4.0.35.Final</version>
|
|
|
|
|
<version>4.0.36.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-handler</artifactId>
|
|
|
|
|
<version>4.0.35.Final</version>
|
|
|
|
|
<version>4.0.36.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -261,7 +261,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-eclipse-plugin</artifactId>
|
|
|
|
|
<version>2.9</version>
|
|
|
|
|
<version>2.10</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<downloadSources>true</downloadSources>
|
|
|
|
|
<forceRecheck>true</forceRecheck>
|
|
|
|
@ -310,7 +310,7 @@
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.3</version>
|
|
|
|
|
<version>3.5.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>${source.version}</source>
|
|
|
|
|
<target>${source.version}</target>
|
|
|
|
@ -336,7 +336,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-source-plugin</artifactId>
|
|
|
|
|
<version>2.4</version>
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
<executions>
|
|
|
|
|
<execution>
|
|
|
|
|
<id>attach-sources</id>
|
|
|
|
@ -351,7 +351,7 @@
|
|
|
|
|
<plugin>
|
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
|
<version>2.16</version>
|
|
|
|
|
<version>2.19.1</version>
|
|
|
|
|
</plugin>
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|