From a34b440e2241d08ef59addeedfcdd1b864eba6d1 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Wed, 25 Aug 2021 08:54:04 +0200 Subject: [PATCH] Add version for netty-tcnative* to bom (#11609) Motivation: Keeping the version of netty-tcnative correct can sometimes be hard. Modifications: Add entries for netty-tcnative* to the bom Result: Fixes https://github.com/netty/netty/issues/11567 --- bom/pom.xml | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/bom/pom.xml b/bom/pom.xml index 24098d6910..e22b1c7ba5 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -243,6 +243,60 @@ 5.0.0.Final-SNAPSHOT osx-x86_64 + + + + io.netty + netty-tcnative + ${tcnative.version} + + + io.netty + netty-tcnative + ${tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative + ${tcnative.version} + linux-aarch_64 + + + io.netty + netty-tcnative + ${tcnative.version} + osx-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + linux-x86_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + linux-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + osx_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + windows_64 +