summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2023-01-03 10:37:27 +0100
committergjoranv <gv@verizonmedia.com>2023-01-03 13:05:55 +0100
commit4ec77f142cb80f27c392944152407d2984f37857 (patch)
tree5f2357fc19ec113cc8beddc52ea03cd4be10ede5 /container-test
parentc5e7d984d15d52e7d8d2239ef9031bc3994d1169 (diff)
Remove all dependencies to io.airlift:aircompressor
- Replaced by vespa/airlift-zstd
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 88307969d8a..d2806bb0330 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -103,11 +103,6 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
- <dependency>
- <groupId>io.airlift</groupId>
- <artifactId>aircompressor</artifactId>
- <scope>compile</scope>
- </dependency>
<dependency> <!-- TODO: Remove on Vespa 9 -->
<!-- not used by Vespa, but was historically on test classpath -->
<groupId>org.json</groupId>