summaryrefslogtreecommitdiffstats
path: root/container
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2023-01-02 15:10:33 +0100
committergjoranv <gv@verizonmedia.com>2023-01-03 13:05:55 +0100
commit3996a1514714c9de308c8c817c9644d41441fbe5 (patch)
treee724fe68a762a7f28c0995e692552206a8ba1430 /container
parent12705ca5e811ce482448af7bfd6d2f02b5818177 (diff)
Move airlift-zstd from provided to test scope for users.
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>