summaryrefslogtreecommitdiffstats
path: root/container-test
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 /container-test
parentbce3b8e926bf9da880172acbe1ba4b12d5e026d6 (diff)
switch to io.airlift:aircompressor
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index baff67df3c0..0936f0803c1 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -49,11 +49,6 @@
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>