summaryrefslogtreecommitdiffstats
path: root/container-dev
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-dev
parentc5e7d984d15d52e7d8d2239ef9031bc3994d1169 (diff)
Remove all dependencies to io.airlift:aircompressor
- Replaced by vespa/airlift-zstd
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 0 insertions, 4 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index e088c40e20b..f62cc69a428 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -163,10 +163,6 @@
<artifactId>jna</artifactId>
</exclusion>
<exclusion>
- <groupId>io.airlift</groupId>
- <artifactId>aircompressor</artifactId>
- </exclusion>
- <exclusion>
<groupId>net.openhft</groupId>
<artifactId>zero-allocation-hashing</artifactId>
</exclusion>