From 09f656f4123f596c6f6dbef203c19b9293882d73 Mon Sep 17 00:00:00 2001 From: Tuomas Paulin Date: Mon, 17 Jun 2024 11:14:27 +0300 Subject: [PATCH] add netty-transport-native-epoll for x64+aarch64 architectures --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index f1ccc43580..94919a654c 100644 --- a/pom.xml +++ b/pom.xml @@ -170,6 +170,18 @@ netty-transport ${netty.version} + + io.netty + netty-transport-native-epoll + ${netty.version} + linux-x86_64 + + + io.netty + netty-transport-native-epoll + ${netty.version} + linux-aarch64 + io.netty netty-codec