diff --git a/LICENSE-binary b/LICENSE-binary
index e78047f54..6b4c15fa7 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -306,8 +306,6 @@ io.vertx:vertx-grpc
com.squareup.retrofit2:retrofit
com.squareup.okhttp3:okhttp
org.apache.kafka:kafka-clients
-org.lz4:lz4-java
-org.xerial.snappy:snappy-java
org.xerial:sqlite-jdbc
BSD
@@ -319,7 +317,6 @@ jline:jline
com.thoughtworks.paranamer:paranamer
com.google.protobuf:protobuf-java-util
com.google.protobuf:protobuf-java
-com.github.luben:zstd-jni
org.postgresql:postgresql
Eclipse Distribution License - v 1.0
diff --git a/NOTICE-binary b/NOTICE-binary
index b9bcdb214..708624e3f 100644
--- a/NOTICE-binary
+++ b/NOTICE-binary
@@ -1063,19 +1063,3 @@ which can be obtained at:
* license/LICENSE.kafka.txt (Apache License 2.0)
* HOMEPAGE:
* https://github.com/apache/kafka
-
-This product optionally depends on 'snappy-java', Snappy compression and
-decompression for Java, which can be obtained at:
-
- * LICENSE:
- * license/LICENSE.snappy-java.txt (Apache License 2.0)
- * HOMEPAGE:
- * https://github.com/xerial/snappy-java
-
-This product optionally depends on 'lz4-java', Lz4 compression and
-decompression for Java, which can be obtained at:
-
- * LICENSE:
- * license/LICENSE.lz4-java.txt (Apache License 2.0)
- * HOMEPAGE:
- * https://github.com/lz4/lz4-java
diff --git a/dev/dependencyList b/dev/dependencyList
index 2d4e4fd34..ab6a0499b 100644
--- a/dev/dependencyList
+++ b/dev/dependencyList
@@ -128,7 +128,6 @@ log4j-api/2.24.2//log4j-api-2.24.2.jar
log4j-core/2.24.2//log4j-core-2.24.2.jar
log4j-slf4j-impl/2.24.2//log4j-slf4j-impl-2.24.2.jar
logging-interceptor/3.12.12//logging-interceptor-3.12.12.jar
-lz4-java/1.8.0//lz4-java-1.8.0.jar
metrics-core/4.2.26//metrics-core-4.2.26.jar
metrics-jmx/4.2.26//metrics-jmx-4.2.26.jar
metrics-json/4.2.26//metrics-json-4.2.26.jar
@@ -173,7 +172,6 @@ simpleclient_tracer_otel_agent/0.16.0//simpleclient_tracer_otel_agent-0.16.0.jar
slf4j-api/1.7.36//slf4j-api-1.7.36.jar
snakeyaml-engine/2.7//snakeyaml-engine-2.7.jar
snakeyaml/2.2//snakeyaml-2.2.jar
-snappy-java/1.1.10.5//snappy-java-1.1.10.5.jar
sqlite-jdbc/3.46.1.3//sqlite-jdbc-3.46.1.3.jar
swagger-annotations/2.2.1//swagger-annotations-2.2.1.jar
swagger-core/2.2.1//swagger-core-2.2.1.jar
@@ -185,4 +183,3 @@ units/1.7//units-1.7.jar
vertx-core/4.5.3//vertx-core-4.5.3.jar
vertx-grpc/4.5.3//vertx-grpc-4.5.3.jar
zjsonpatch/0.3.0//zjsonpatch-0.3.0.jar
-zstd-jni/1.5.5-1//zstd-jni-1.5.5-1.jar
diff --git a/pom.xml b/pom.xml
index c6055b1b1..731463632 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1053,7 +1053,20 @@
org.apache.kafka
kafka-clients
${kafka.version}
- true
+
+
+ com.github.luben
+ zstd-jni
+
+
+ org.lz4
+ lz4-java
+
+
+ org.xerial.snappy
+ snappy-java
+
+