From 8811041cc66c40bb8ccfba974b2357c52ccc1634 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Sat, 13 May 2017 00:01:01 +0200 Subject: [PATCH] Correctly include native modules Motivation: We need to include the native modules on the bom to ensure there is no version missmatch. Modifications: Add native modules. Result: Fixes [#6738] --- bom/pom.xml | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 0ec5eab949..995650dbf3 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -186,7 +186,23 @@ netty-all 4.1.12.Final-SNAPSHOT + + io.netty + netty-transport-unix-common + 4.1.12.Final-SNAPSHOT + + + io.netty + netty-transport-native-epoll + 4.1.12.Final-SNAPSHOT + linux-x86_64 + + + io.netty + netty-transport-native-kqueue + 4.1.12.Final-SNAPSHOT + osx-x86_64 + - - \ No newline at end of file +