diff --git a/modules/zookeeper/pom.xml b/modules/zookeeper/pom.xml index 28605774472d7..948e8b8e9d181 100644 --- a/modules/zookeeper/pom.xml +++ b/modules/zookeeper/pom.xml @@ -34,6 +34,10 @@ http://ignite.apache.org + + 4.2.17.Final + + ${project.groupId} @@ -67,9 +71,42 @@ ch.qos.logback logback-core + + io.netty + netty-codec + + + io.netty + netty-handler + + + io.netty + netty-transport-native-epoll + + + io.netty + netty-codec + ${netty.version} + compile + + + + io.netty + netty-handler + ${netty.version} + compile + + + + io.netty + netty-transport-native-epoll + ${netty.version} + compile + + org.apache.zookeeper zookeeper-jute