summaryrefslogtreecommitdiffstats
path: root/filedistribution
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-02-21 19:53:45 +0100
committerGitHub <noreply@github.com>2024-02-21 19:53:45 +0100
commitb8cefc96bbc090132efbd1d3875d45d3d653cefb (patch)
treedf0aa779f3c55f4ae009bef73999c477d2123abe /filedistribution
parente331dd862fb39dd93a9e2abf6d4fb7b3ddbde4a0 (diff)
Revert "Revert "Update dependency org.apache.commons:commons-compress to v1.26.0" MERGEOK"
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>