summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-20 16:19:04 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2024-02-20 16:19:04 +0100
commitd7fdf0b2803b2a7f37074f7b95562d143a856701 (patch)
treeb662406b4e9ccb5704bcb40ea430b13b5bf555e5 /filedistribution
parent3f20502c92615e28687ef87aa40cbc6c7d2e769b (diff)
commons-codec needed transitively in filedistribution through commons-compress
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>