From d523e68d830b58f74291f3bdd209f2960b126d97 Mon Sep 17 00:00:00 2001 From: Norman Maurer Date: Thu, 9 Sep 2021 15:08:08 +0200 Subject: [PATCH] Fix netty-tcnative* entries in bom Motivation: We did use the incorrect classifier and also missed to add the osx-aarch_64 version of netty-tcnative-boringssl-static Modifications: Fix entries Result: Correct and complete bom --- bom/pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index 778d85e3d8..bfc2eb4d63 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -306,13 +306,19 @@ io.netty netty-tcnative-boringssl-static ${tcnative.version} - osx_64 + osx-x86_64 io.netty netty-tcnative-boringssl-static ${tcnative.version} - windows_64 + osx-aarch_64 + + + io.netty + netty-tcnative-boringssl-static + ${tcnative.version} + windows-x86_64