aboutsummaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
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>