From 6206285475d2df7ea3d4bdd61f3f9aad4f6dfe65 Mon Sep 17 00:00:00 2001 From: Dariusz Seweryn Date: Fri, 13 Dec 2024 15:27:10 +0100 Subject: [PATCH] check_content.sh update with #733 --- scripts/check_content.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/check_content.sh b/scripts/check_content.sh index 7608c23ec..ddad4d642 100755 --- a/scripts/check_content.sh +++ b/scripts/check_content.sh @@ -29,6 +29,7 @@ if jar tvf $DIR/../target/snowflake-ingest-sdk.jar | awk '{print $8}' | \ grep -v properties.dtd | \ grep -v parquet.thrift | \ grep -v assets/org/apache/commons/math3/random/new-joe-kuo-6.1000 | \ + grep -v dependencies.properties | \ # Native zstd libraries are allowed grep -v -E '^darwin' | \