aboutsummaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
Diffstat (limited to 'container')
-rw-r--r--container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index 10322758d1a..5a48394accd 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -30,6 +30,10 @@
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.yahoo.vespa</groupId>
+ <artifactId>airlift-zstd</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>