aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
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-test
parentde747f7296327a96b5f298f7f0f3905f91dfb8ba (diff)
Add aircompressor library to vespajlib (for zstd)
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index dfbe5f755ac..07134e8aa7f 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -65,6 +65,10 @@
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
-
+ <dependency>
+ <groupId>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>