From d9ca45a3f4dcfb1deba6e341798bf46bc8702e63 Mon Sep 17 00:00:00 2001 From: sullis Date: Sat, 24 Feb 2024 15:44:38 -0800 Subject: [PATCH] add netty arm64 dependencies --- pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/pom.xml b/pom.xml index ff3d19647..cad570606 100644 --- a/pom.xml +++ b/pom.xml @@ -94,12 +94,24 @@ linux-x86_64 test + + io.netty + netty-transport-native-epoll + linux-aarch_64 + test + io.netty netty-transport-native-kqueue osx-x86_64 test + + io.netty + netty-transport-native-kqueue + osx-aarch_64 + test +