remove unused libraries

This commit is contained in:
tueem 2024-10-25 19:41:43 +02:00
parent 824fcca52e
commit d0cbb096a8
No known key found for this signature in database
GPG Key ID: 819A0F7C36B9CF07

@ -20,12 +20,6 @@ dependencies {
testImplementation(libs.junit.jupiter) testImplementation(libs.junit.jupiter)
testRuntimeOnly("org.junit.platform:junit-platform-launcher") testRuntimeOnly("org.junit.platform:junit-platform-launcher")
// This dependency is exported to consumers, that is to say found on their compile classpath.
api(libs.commons.math3)
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation(libs.guava)
implementation(libs.log4j) implementation(libs.log4j)
} }