summaryrefslogtreecommitdiffstats
path: root/container-test
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-test
parent12705ca5e811ce482448af7bfd6d2f02b5818177 (diff)
Move airlift-zstd from provided to test scope for users.
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 829372ea8fb..88307969d8a 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -47,6 +47,11 @@
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>
+ </dependency>
+ <dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>