summaryrefslogtreecommitdiffstats
path: root/config-model-fat
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 /config-model-fat
parentbce3b8e926bf9da880172acbe1ba4b12d5e026d6 (diff)
switch to io.airlift:aircompressor
Diffstat (limited to 'config-model-fat')
-rw-r--r--config-model-fat/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-model-fat/pom.xml b/config-model-fat/pom.xml
index 3e12a4fccb5..db97d5d2e2c 100644
--- a/config-model-fat/pom.xml
+++ b/config-model-fat/pom.xml
@@ -138,7 +138,6 @@
<i>com.yahoo.vespa:fat-model-dependencies:*:*</i>
<!-- Vespa artifacts embedded -->
- <i>com.yahoo.vespa:airlift-zstd:*:*</i>
<i>com.yahoo.vespa:annotations:*:*</i>
<i>com.yahoo.vespa:component:*:*</i>
<i>com.yahoo.vespa:config:*:*</i>
@@ -196,6 +195,7 @@
<i>com.sun.xml.bind:jaxb-core:*:*</i>
<i>com.sun.xml.bind:jaxb-impl:*:*</i>
<i>com.thaiopensource:jing:*:*</i>
+ <i>io.airlift:aircompressor:*:*</i>
<i>io.prometheus:simpleclient:*:*</i>
<i>io.prometheus:simpleclient_common:*:*</i>
<i>io.prometheus:simpleclient_tracer_common:*:*</i>