From a78c1620cd8b8777fda6ae4b50695cd72fb4cbc3 Mon Sep 17 00:00:00 2001 From: Crypt Keeper <64215+codefromthecrypt@users.noreply.github.com> Date: Fri, 15 Dec 2023 09:25:26 +0700 Subject: [PATCH] deps: temporarily update boringssl ahead of netty to fix M1 docker crash (#3650) temporary until netty includes https://github.com/netty/netty/pull/13724 Fixes https://github.com/openzipkin/zipkin/issues/3532 Signed-off-by: Adrian Cole --- zipkin-server/pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/zipkin-server/pom.xml b/zipkin-server/pom.xml index 6889298930c..76dffdf7bc4 100644 --- a/zipkin-server/pom.xml +++ b/zipkin-server/pom.xml @@ -146,6 +146,11 @@ javax.validation validation-api + + + io.netty + netty-tcnative-boringssl-static + @@ -159,6 +164,43 @@ ${armeria.version} + + + io.netty + netty-tcnative-boringssl-static + 2.0.62.Final + linux-x86_64 + runtime + + + io.netty + netty-tcnative-boringssl-static + 2.0.62.Final + linux-aarch_64 + runtime + + + io.netty + netty-tcnative-boringssl-static + 2.0.62.Final + osx-x86_64 + runtime + + + io.netty + netty-tcnative-boringssl-static + 2.0.62.Final + osx-aarch_64 + runtime + + + io.netty + netty-tcnative-boringssl-static + 2.0.62.Final + windows-x86_64 + runtime + + io.micrometer