summaryrefslogtreecommitdiffstats
path: root/filedistribution/pom.xml
diff options
context:
space:
mode:
authorHarald Musum <musum@oath.com>2017-12-07 13:18:16 +0100
committerHarald Musum <musum@oath.com>2017-12-07 13:18:16 +0100
commit423a955e4a975d4f1dde550df2cea018882d4035 (patch)
treed73dcbd41b924c20e467f5983f42cd397567074e /filedistribution/pom.xml
parent56deb93f655849712b4cc17fc69df6331e0253a3 (diff)
Handle that a file reference is a directory with many files
Compress on the fly if asked for such a file reference
Diffstat (limited to 'filedistribution/pom.xml')
-rw-r--r--filedistribution/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index b0bdaff518f..d9699b700d0 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -54,6 +54,10 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-compress</artifactId>
+ </dependency>
</dependencies>
<build>