summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorArne Juul <arnej@vespa.ai>2023-10-27 12:36:44 +0000
committerArne Juul <arnej@vespa.ai>2023-10-27 12:36:44 +0000
commit38d8d0ffdb58b475854941a659f430b1ee5eea0d (patch)
tree55205d06508722276afffaf057a5812cee378365 /container-test
parent89cd64ffb26732a884b3051e66e275aad1698c00 (diff)
add back aircompressor
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 0936f0803c1..3676b7a3280 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -49,6 +49,10 @@
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>io.airlift</groupId>
+ <artifactId>aircompressor</artifactId>
+ </dependency>
+ <dependency>
<groupId>com.ibm.icu</groupId>
<artifactId>icu4j</artifactId>
</dependency>