summaryrefslogtreecommitdiff
path: root/ivy.xml
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2023-10-28 12:24:29 +0200
committerMichael Peter Christen <mc@yacy.net>2023-10-28 12:24:29 +0200
commitb0ae660790830cd93fa7bd7a053810e719316262 (patch)
treeaa2ba8d290e95d8cd0bebda2bfa9422c0a6f5542 /ivy.xml
parentad8ee3a0b6d1a12dfa68f060fd6def044e3f59cd (diff)
added Zstandard compressed data decompression for ZIM files type 5
also: more generalization and performance enhancements
Diffstat (limited to 'ivy.xml')
-rw-r--r--ivy.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ivy.xml b/ivy.xml
index c5f13b585..61f9ee127 100644
--- a/ivy.xml
+++ b/ivy.xml
@@ -98,5 +98,6 @@
<dependency org="org.hamcrest" name="hamcrest" rev="2.2" conf="test->default"/>
<dependency org="org.hamcrest" name="hamcrest-core" rev="2.2" conf="test->default"/>
<dependency org="org.hamcrest" name="hamcrest-library" rev="2.2" conf="test->default"/>
+ <dependency org="com.github.luben" name="zstd-jni" rev="1.5.5-6"></dependency>
</dependencies>
</ivy-module>