We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338ae26 commit 9d0b31dCopy full SHA for 9d0b31d
api-client/build.gradle.kts
@@ -84,8 +84,6 @@ dependencies {
84
testImplementation("org.junit.platform:junit-platform-commons:1.10.2")
85
86
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")
89
testImplementation("de.gesellix:testutil:[2024-01-01T01-01-01,)")
90
testImplementation("de.gesellix:docker-registry:2024-02-21T19-30-00")
91
}
0 commit comments