Reduce number of test dependencies

Reduce the number of direct test dependencies and instead rely on
transitive test support dependencies.
This commit is contained in:
Phillip Webb
2025-03-17 17:26:46 -07:00
parent b120ee1958
commit 17df773913
19 changed files with 0 additions and 110 deletions

View File

@@ -49,13 +49,10 @@ dependencies {
testImplementation("net.java.dev.jna:jna-platform")
testImplementation("org.apache.commons:commons-compress")
testImplementation("org.apache.httpcomponents.client5:httpclient5")
testImplementation("org.assertj:assertj-core")
testImplementation("org.graalvm.buildtools:native-gradle-plugin")
testImplementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion")
testImplementation("org.jetbrains.kotlin:kotlin-compiler-runner:$kotlinVersion")
testImplementation("org.jetbrains.kotlin:kotlin-daemon-client:$kotlinVersion")
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("org.mockito:mockito-core")
testImplementation("org.tomlj:tomlj:1.0.0")
}