diff --git a/lib/build.gradle.kts b/lib/build.gradle.kts index 4ac13f4..adf8f9b 100644 --- a/lib/build.gradle.kts +++ b/lib/build.gradle.kts @@ -20,12 +20,6 @@ dependencies { testImplementation(libs.junit.jupiter) 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) }