diff --git a/pom.xml b/pom.xml
index baeec5966..f1c746a56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1277,7 +1277,6 @@
generate-resources
- true
python3
${project.basedir}/scripts/process_licenses.py
diff --git a/scripts/check_content.sh b/scripts/check_content.sh
index e4d3e2076..7608c23ec 100755
--- a/scripts/check_content.sh
+++ b/scripts/check_content.sh
@@ -28,6 +28,7 @@ if jar tvf $DIR/../target/snowflake-ingest-sdk.jar | awk '{print $8}' | \
grep -v PropertyList-1.0.dtd | \
grep -v properties.dtd | \
grep -v parquet.thrift | \
+ grep -v assets/org/apache/commons/math3/random/new-joe-kuo-6.1000 | \
# Native zstd libraries are allowed
grep -v -E '^darwin' | \
diff --git a/scripts/process_licenses.py b/scripts/process_licenses.py
index accf84398..b5181bce1 100644
--- a/scripts/process_licenses.py
+++ b/scripts/process_licenses.py
@@ -54,6 +54,10 @@
"io.netty:netty-resolver": APACHE_LICENSE,
"io.netty:netty-buffer": APACHE_LICENSE,
"io.netty:netty-transport": APACHE_LICENSE,
+ "io.netty:netty-transport-native-unix-common": APACHE_LICENSE,
+ "io.netty:netty-codec": APACHE_LICENSE,
+ "io.netty:netty-transport-native-epoll": APACHE_LICENSE,
+ "io.netty:netty-transport-classes-epoll": APACHE_LICENSE,
"com.google.re2j:re2j": GO_LICENSE,
"com.google.protobuf:protobuf-java": BSD_3_CLAUSE_LICENSE,
"com.google.code.gson:gson": APACHE_LICENSE,