aboutsummaryrefslogtreecommitdiffstats
path: root/container-dev
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-07 16:04:18 +0100
committerBjørn Christian Seime <bjorncs@verizonmedia.com>2021-01-07 16:16:13 +0100
commit1b09fb50041b9a24a96b9b18df86e755e85e239b (patch)
tree68759387f11f16919e3ea9e17b41afbccbc0bac2 /container-dev
parentde747f7296327a96b5f298f7f0f3905f91dfb8ba (diff)
Add aircompressor library to vespajlib (for zstd)
Diffstat (limited to 'container-dev')
-rw-r--r--container-dev/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-dev/pom.xml b/container-dev/pom.xml
index dd2d9ceb188..48f409dfc2c 100644
--- a/container-dev/pom.xml
+++ b/container-dev/pom.xml
@@ -140,6 +140,10 @@
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>