summaryrefslogtreecommitdiffstats
path: root/parent
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-11 11:19:45 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-07-11 11:19:45 +0200
commit86dc16a4bc6b228246d5b2823c893a63630cfd0a (patch)
tree33e303e3eac9cd952fbda1f956d36899f630ad0b /parent
parent9ea34707d968c1c220cadd75479d5f110da2f642 (diff)
fixup! Update dependency com.github.luben:zstd-jni to v1.5.5-4
Diffstat (limited to 'parent')
-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>