summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@yahooinc.com>2023-03-31 09:50:20 +0200
committerBjørn Christian Seime <bjorncs@yahooinc.com>2023-03-31 09:50:20 +0200
commitcb0059e6e3d8c7abec74e92a5f69f33714297917 (patch)
treeee2d9c2bd704a1f61c8ce26fe4804a3fbcd9a80f
parent4f3ca3ec859b23dad2801623465a495c29fbc436 (diff)
Add lz4-java for xxhash
-rw-r--r--model-integration/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/model-integration/pom.xml b/model-integration/pom.xml
index 9bb60827a68..c27ed9d2c31 100644
--- a/model-integration/pom.xml
+++ b/model-integration/pom.xml
@@ -106,6 +106,11 @@
</dependency>
<dependency>
+ <groupId>org.lz4</groupId>
+ <artifactId>lz4-java</artifactId>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>