summaryrefslogtreecommitdiffstats
path: root/configserver
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 /configserver
parenta06b9c56ec1d65e951b94473c49e746c736dc19c (diff)
parent45ea4ebd9fb0b85fad59ee1913bfe8982d499b58 (diff)
Merge pull request #29121 from vespa-engine/arnej/use-airline-zstd
switch to io.airlift:aircompressor
Diffstat (limited to 'configserver')
-rw-r--r--configserver/pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/configserver/pom.xml b/configserver/pom.xml
index 7cf1c64326a..83cd725f142 100644
--- a/configserver/pom.xml
+++ b/configserver/pom.xml
@@ -34,9 +34,8 @@
<scope>test</scope>
</dependency>
<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.yahoo.vespa</groupId>
@@ -216,7 +215,7 @@
<artifactId>bundle-plugin</artifactId>
<extensions>true</extensions>
<configuration>
- <allowEmbeddedArtifacts>com.yahoo.vespa:airlift-zstd</allowEmbeddedArtifacts>
+ <allowEmbeddedArtifacts>io.airlift:aircompressor</allowEmbeddedArtifacts>
</configuration>
</plugin>
<plugin>