From 1b13e17dfab533ad4c10ab86508329b259e8face Mon Sep 17 00:00:00 2001 From: "lorenz.thiede" Date: Fri, 22 Dec 2023 16:30:27 +0000 Subject: [PATCH] SNOW-983635 Hopefully correctly exclude zstd library from shading Description Testing --- pom.xml | 6 ++++++ public_pom.xml | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 7a7138099..8b4d35155 100644 --- a/pom.xml +++ b/pom.xml @@ -1087,6 +1087,12 @@ org/slf4j/** + + com.github.luben:zstd-jni + + com/github/luben/zstd/** + + diff --git a/public_pom.xml b/public_pom.xml index 9ef308a08..fd9d2475c 100644 --- a/public_pom.xml +++ b/public_pom.xml @@ -48,5 +48,10 @@ 1.7.36 compile + + com.github.luben + zstd-jni + 1.5.0-1 +