From c2bbf9b7981892629cde756b939cd742fac0e753 Mon Sep 17 00:00:00 2001 From: Martin Tzvetanov Grigorov Date: Thu, 25 Nov 2021 11:46:45 +0200 Subject: [PATCH] Issue #12704 - Exclude ratis-thirdparty-misc for alluxio-hub-server ratis-thirdparty-misc brings old versions of netty-tcnative-boringssl-static that breaks the **ProcessMonitorTest's --- hub/server/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hub/server/pom.xml b/hub/server/pom.xml index d1e750f75acc..7bae3ba8a99d 100644 --- a/hub/server/pom.xml +++ b/hub/server/pom.xml @@ -34,6 +34,12 @@ org.alluxio alluxio-core-server-common ${project.version} + + + org.apache.ratis + ratis-thirdparty-misc + + org.alluxio