Skip to content

Commit dbf2c32

Browse files
committed
Add commons-codec dependency for commons-compress
commons-codec is declared as optional by commons-compress-1.26, but we need it for org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
1 parent 540edef commit dbf2c32

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api-client/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ dependencies {
8484
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
8585

8686
testImplementation("org.apache.commons:commons-compress:1.26.0")
87+
// declared as optional by commons-compress-1.26, but we need it for org.apache.commons.compress.archivers.tar.TarArchiveOutputStream
88+
implementation("commons-codec:commons-codec:1.16.1")
8789
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
8890
testImplementation("de.gesellix:docker-registry:2024-02-21T19-30-00")
8991
}

0 commit comments

Comments
 (0)