summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorArne H Juul <arnej27959@users.noreply.github.com>2023-10-31 14:51:09 +0100
committerGitHub <noreply@github.com>2023-10-31 14:51:09 +0100
commit7566c8d97488ef390ae964d56d60e430ea99dc8c (patch)
treeda6c8e0ec79b1fbdba0bd807d97c15de40f0870d /container
parenta06b9c56ec1d65e951b94473c49e746c736dc19c (diff)
parent45ea4ebd9fb0b85fad59ee1913bfe8982d499b58 (diff)
Merge pull request #29121 from vespa-engine/arnej/use-airline-zstd
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..140a204bc83 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>aircompressor</artifactId>
</exclusion>
<exclusion>
<groupId>net.java.dev.jna</groupId>