summaryrefslogtreecommitdiffstats
path: root/container-test
diff options
context:
space:
mode:
authorMartin Polden <mpolden@mpolden.no>2022-04-04 09:25:52 +0200
committerMartin Polden <mpolden@mpolden.no>2022-04-04 15:26:43 +0200
commita72efb9ee5f82b57ceae028fa00841f70755a205 (patch)
treebe707fc34a4e4871698bcbe51a48677b9438a32a /container-test
parent02151a078dd5f45defaa42b19bf127bc2c999944 (diff)
Implement ArchiveStreamReader
Diffstat (limited to 'container-test')
-rw-r--r--container-test/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/container-test/pom.xml b/container-test/pom.xml
index 7c739faad26..d4ea39fa3c9 100644
--- a/container-test/pom.xml
+++ b/container-test/pom.xml
@@ -92,5 +92,10 @@
<artifactId>aircompressor</artifactId>
<scope>compile</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ <scope>compile</scope>
+ </dependency>
</dependencies>
</project>