summaryrefslogtreecommitdiffstats
path: root/container-test
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-test
parenta06b9c56ec1d65e951b94473c49e746c736dc19c (diff)
parent45ea4ebd9fb0b85fad59ee1913bfe8982d499b58 (diff)
Merge pull request #29121 from vespa-engine/arnej/use-airline-zstd
switch to io.airlift:aircompressor
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index baff67df3c0..3676b7a3280 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -49,9 +49,8 @@
for user projects must be added in compile scope here. These dependencies are explicitly excluded
(or set to non-compile scope) in the container and/or container-dev modules. -->
<dependency>
- <groupId>com.yahoo.vespa</groupId>
- <artifactId>airlift-zstd</artifactId>
- <version>${project.version}</version>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
</dependency>
<dependency>
<groupId>com.ibm.icu</groupId>