|
|
@ -98,43 +98,43 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-buffer</artifactId> |
|
|
|
<version>4.0.23.Final</version> |
|
|
|
<version>4.0.24.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-common</artifactId> |
|
|
|
<version>4.0.23.Final</version> |
|
|
|
<version>4.0.24.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-transport</artifactId> |
|
|
|
<version>4.0.23.Final</version> |
|
|
|
<version>4.0.24.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-handler</artifactId> |
|
|
|
<version>4.0.23.Final</version> |
|
|
|
<version>4.0.24.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-codec-http</artifactId> |
|
|
|
<version>4.0.23.Final</version> |
|
|
|
<version>4.0.24.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-codec</artifactId> |
|
|
|
<version>4.0.23.Final</version> |
|
|
|
<version>4.0.24.Final</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>io.netty</groupId> |
|
|
|
<artifactId>netty-transport-native-epoll</artifactId> |
|
|
|
<version>4.0.23.Final</version> |
|
|
|
<version>4.0.24.Final</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
<dependency> |
|
|
|
<groupId>com.googlecode.jmockit</groupId> |
|
|
|
<groupId>org.jmockit</groupId> |
|
|
|
<artifactId>jmockit</artifactId> |
|
|
|
<version>1.7</version> |
|
|
|
<version>1.12</version> |
|
|
|
<scope>test</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
@ -153,12 +153,12 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-core</artifactId> |
|
|
|
<version>2.4.2</version> |
|
|
|
<version>2.4.3</version> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.core</groupId> |
|
|
|
<artifactId>jackson-databind</artifactId> |
|
|
|
<version>2.4.2</version> |
|
|
|
<version>2.4.3</version> |
|
|
|
</dependency> |
|
|
|
|
|
|
|
|
|
|
@ -185,7 +185,7 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>org.redisson</groupId> |
|
|
|
<artifactId>redisson</artifactId> |
|
|
|
<version>1.1.1</version> |
|
|
|
<version>1.1.5</version> |
|
|
|
<scope>provided</scope> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|