From d0cbb096a85e605d23393377d970e1c2842fc784 Mon Sep 17 00:00:00 2001 From: tueem Date: Fri, 25 Oct 2024 19:41:43 +0200 Subject: [PATCH] remove unused libraries --- lib/build.gradle.kts | 6 ------ 1 file changed, 6 deletions(-) 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) }