Skip to content

Commit 9d0b31d

Browse files
committed
Remove direct dependency on commons-codec after update to commons-compress
1 parent 338ae26 commit 9d0b31d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

api-client/build.gradle.kts

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

8686
testImplementation("org.apache.commons:commons-compress:1.26.1")
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")
8987
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
9088
testImplementation("de.gesellix:docker-registry:2024-02-21T19-30-00")
9189
}

0 commit comments

Comments
 (0)