|
|
|
@ -8,7 +8,7 @@
|
|
|
|
|
|
|
|
|
|
<name>Redisson</name>
|
|
|
|
|
<description>Simplified distributed java data structures based on Redis</description>
|
|
|
|
|
<inceptionYear>2013</inceptionYear>
|
|
|
|
|
<inceptionYear>2014</inceptionYear>
|
|
|
|
|
|
|
|
|
|
<licenses>
|
|
|
|
|
<license>
|
|
|
|
@ -69,32 +69,32 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-buffer</artifactId>
|
|
|
|
|
<version>4.0.13.Final</version>
|
|
|
|
|
<version>4.0.14.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-common</artifactId>
|
|
|
|
|
<version>4.0.13.Final</version>
|
|
|
|
|
<version>4.0.14.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-transport</artifactId>
|
|
|
|
|
<version>4.0.13.Final</version>
|
|
|
|
|
<version>4.0.14.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-handler</artifactId>
|
|
|
|
|
<version>4.0.13.Final</version>
|
|
|
|
|
<version>4.0.14.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-codec-http</artifactId>
|
|
|
|
|
<version>4.0.13.Final</version>
|
|
|
|
|
<version>4.0.14.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>io.netty</groupId>
|
|
|
|
|
<artifactId>netty-codec</artifactId>
|
|
|
|
|
<version>4.0.13.Final</version>
|
|
|
|
|
<version>4.0.14.Final</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
@ -118,25 +118,13 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
|
<version>2.2.3</version>
|
|
|
|
|
<version>2.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
|
<version>2.2.3</version>
|
|
|
|
|
<version>2.3.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>redis.clients</groupId>
|
|
|
|
|
<artifactId>jedis</artifactId>
|
|
|
|
|
<version>2.2.1</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.hazelcast</groupId>
|
|
|
|
|
<artifactId>hazelcast-client</artifactId>
|
|
|
|
|
<version>3.1.3</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|