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' | \