summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorArne Juul <arnej@vespa.ai>2023-10-26 13:52:15 +0000
committerArne Juul <arnej@vespa.ai>2023-10-26 13:52:15 +0000
commitec1c22c585fc18167e08b4f095431c98def5229b (patch)
treef81754ccb0b48852e76878d914d3a07ce99b1c7f /container
parentbce3b8e926bf9da880172acbe1ba4b12d5e026d6 (diff)
switch to io.airlift:aircompressor
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 284745c1cd1..7dde2c25d4b 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -35,8 +35,8 @@
<artifactId>asm</artifactId>
</exclusion>
<exclusion>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>airlift-zstd</artifactId>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompress</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.jna</groupId>