From eed81afb0422d817ee523307fb14c43aea0cb82b Mon Sep 17 00:00:00 2001 From: "lorenz.thiede" Date: Tue, 16 Jan 2024 12:44:43 +0000 Subject: [PATCH] SNOW-983635 Add zstd-jni as explicit dependency but exclude it from checking for unused dependencies Description Testing --- pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index 2158f6b0e..c2b1aecb2 100644 --- a/pom.xml +++ b/pom.xml @@ -388,6 +388,11 @@ + + com.github.luben + zstd-jni + 1.5.0-1 + com.google.code.findbugs jsr305 @@ -689,6 +694,9 @@ true true + + com.github.luben:zstd-jni +