aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib/pom.xml
diff options
context:
space:
mode:
authorArne Juul <arnej@yahooinc.com>2022-12-28 11:32:05 +0000
committergjoranv <gv@verizonmedia.com>2023-01-03 13:05:55 +0100
commit6ce10cc8150f5686d267e5e49e069ea2f37e4e8a (patch)
treecd8cd3916125b891c7d00513247e7e4e27c55fd7 /vespajlib/pom.xml
parentd5ca7762b704300d708e46007e781add20097fc4 (diff)
add fork of airlift zstd code
Diffstat (limited to 'vespajlib/pom.xml')
-rw-r--r--vespajlib/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/vespajlib/pom.xml b/vespajlib/pom.xml
index d903fb5ec0d..d902486a849 100644
--- a/vespajlib/pom.xml
+++ b/vespajlib/pom.xml
@@ -36,6 +36,11 @@
<artifactId>aircompressor</artifactId>
</dependency>
<dependency>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>airlift-zstd</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
<exclusions>