Skip to content

Commit 62c54b7

Browse files
Explicitly adding commons-codec dependency
1 parent a103fa6 commit 62c54b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ dependencies {
9494
runtimeOnly 'org.postgresql:postgresql:42.7.2' // postgresql jdbc driver required during runtime
9595

9696
implementation 'commons-io:commons-io:2.15.1' // I/O functionalities
97+
implementation 'commons-codec:commons-codec:1.16.1' // needed by commons-compress
9798
implementation 'org.apache.commons:commons-compress:1.26.0' // I/O functionalities
9899
implementation 'org.apache.commons:commons-lang3:3.14.0'
99100
}

0 commit comments

Comments
 (0)