diff --git a/endpoints/citrus-zookeeper/pom.xml b/endpoints/citrus-zookeeper/pom.xml index 14fa18982b..b24c991453 100644 --- a/endpoints/citrus-zookeeper/pom.xml +++ b/endpoints/citrus-zookeeper/pom.xml @@ -62,6 +62,15 @@ org.apache.zookeeper zookeeper + + io.netty + netty-handler + + + io.netty + netty-transport-native-epoll + linux-x86_64 + io.dropwizard.metrics metrics-core diff --git a/pom.xml b/pom.xml index 2a943e6b00..8d3380f496 100644 --- a/pom.xml +++ b/pom.xml @@ -223,6 +223,7 @@ 2.20.0 5.6.0 3.1.0 + 4.1.100.Final 4.11.0 3.0.2 4.13.0 @@ -986,6 +987,17 @@ ${jakarta.validation.version} + + io.netty + netty-handler + ${netty.version} + + + io.netty + netty-transport-native-epoll + linux-x86_64 + ${netty.version} + org.apache.zookeeper zookeeper