<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>5.3.3.RELEASE</version>
</dependency>
compile
|-- io.netty:netty-common:4.1.51.Final
|-- io.netty:netty-handler:4.1.51.Final
|-- io.netty:netty-transport:4.1.51.Final
|-- io.projectreactor:reactor-core:3.3.9.RELEASE
|-- org.apache.commons:commons-pool2:2.8.0
|-- io.netty:netty-tcnative:2.0.30.Final
|-- io.netty:netty-transport-native-epoll:4.1.51.Final
|-- io.netty:netty-transport-native-kqueue:4.1.51.Final
|-- io.zipkin.brave:brave:5.11.2
|-- org.latencyutils:LatencyUtils:2.0.3
|-- org.hdrhistogram:HdrHistogram:2.1.12
|-- io.reactivex:rxjava-reactive-streams:1.2.1
|-- io.reactivex.rxjava2:rxjava:2.2.19
|-- io.reactivex.rxjava3:rxjava:3.0.4
|-- org.springframework:spring-beans:4.3.26.RELEASE
|-- org.springframework:spring-context:4.3.26.RELEASE
|-- javax.enterprise:cdi-api:2.0.SP1