summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
Diffstat (limited to 'filedistribution')
-rw-r--r--filedistribution/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/filedistribution/pom.xml b/filedistribution/pom.xml
index ebf79c00714..d6877451a71 100644
--- a/filedistribution/pom.xml
+++ b/filedistribution/pom.xml
@@ -47,6 +47,10 @@
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>