aboutsummaryrefslogtreecommitdiffstats
path: root/parent/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'parent/pom.xml')
-rw-r--r--parent/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/parent/pom.xml b/parent/pom.xml
index 47b257c7e00..07bcd175a2f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -491,6 +491,11 @@
</exclusions>
</dependency>
<dependency>
+ <groupId>com.github.luben</groupId>
+ <artifactId>zstd-jni</artifactId>
+ <version>1.5.5-4</version>
+ </dependency>
+ <dependency>
<!-- Needed by zookeeper, which has an optional dependency.
Version must be the same as the one zk uses - check the zk pom file. -->
<groupId>com.github.spotbugs</groupId>
@@ -1126,6 +1131,7 @@
<artifactId>checker-qual</artifactId>
<version>3.30.0</version>
</dependency>
+
</dependencies>
</dependencyManagement>