<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<version>1.3.0</version>
<type>bundle</type>
</dependency>
compile
|-- io.netty:netty-transport-native-epoll:4.0.28.Final
|-- io.netty:netty-buffer:4.0.28.Final
|-- io.netty:netty-common:4.0.28.Final
|-- io.netty:netty-transport:4.0.28.Final
|-- io.netty:netty-handler:4.0.28.Final
|-- io.netty:netty-codec-http:4.0.28.Final
|-- io.netty:netty-codec:4.0.28.Final
|-- org.slf4j:slf4j-api:1.7.12
|-- com.fasterxml.jackson.core:jackson-core:2.5.4
|-- com.fasterxml.jackson.core:jackson-databind:2.5.4
provided
|-- com.esotericsoftware:kryo:3.0.0
test
|-- junit:junit:4.11