|
|
|
@ -34,33 +34,33 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport-native-epoll</artifactId>
|
|
|
|
|
<version>4.1.11.Final</version>
|
|
|
|
|
<version>4.1.12.Final</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-common</artifactId>
|
|
|
|
|
<version>4.1.11.Final</version>
|
|
|
|
|
<version>4.1.12.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-codec</artifactId>
|
|
|
|
|
<version>4.1.11.Final</version>
|
|
|
|
|
<version>4.1.12.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-buffer</artifactId>
|
|
|
|
|
<version>4.1.11.Final</version>
|
|
|
|
|
<version>4.1.12.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport</artifactId>
|
|
|
|
|
<version>4.1.11.Final</version>
|
|
|
|
|
<version>4.1.12.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-handler</artifactId>
|
|
|
|
|
<version>4.1.11.Final</version>
|
|
|
|
|
<version>4.1.12.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -77,7 +77,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.assertj</groupId>
|
|
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
|
|
<version>3.5.2</version>
|
|
|
|
|
<version>3.8.0</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
@ -101,7 +101,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.jmockit</groupId>
|
|
|
|
|
<artifactId>jmockit</artifactId>
|
|
|
|
|
<version>1.28</version>
|
|
|
|
|
<version>1.33</version>
|
|
|
|
|
<scope>test</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
@ -159,14 +159,14 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.xerial.snappy</groupId>
|
|
|
|
|
<artifactId>snappy-java</artifactId>
|
|
|
|
|
<version>1.1.2.6</version>
|
|
|
|
|
<version>1.1.4</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>de.ruedigermoeller</groupId>
|
|
|
|
|
<artifactId>fst</artifactId>
|
|
|
|
|
<version>2.47</version>
|
|
|
|
|
<version>2.50</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
<optional>true</optional>
|
|
|
|
|
</dependency>
|
|
|
|
@ -385,7 +385,7 @@
|
|
|
|
|
|
|
|
|
|
<plugin>
|
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
|
<version>3.5.1</version>
|
|
|
|
|
<version>3.6.1</version>
|
|
|
|
|
<configuration>
|
|
|
|
|
<source>${source.version}</source>
|
|
|
|
|
<target>${source.version}</target>
|
|
|
|
|