From c4e8d9983447144cd647cd187d74c3e553f765ce Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Mon, 31 Aug 2020 09:52:18 -0400 Subject: [PATCH] - removes unused dependency --- build.gradle | 3 --- 1 file changed, 3 deletions(-) diff --git a/build.gradle b/build.gradle index 22aa4e5b0..217d50582 100644 --- a/build.gradle +++ b/build.gradle @@ -24,9 +24,6 @@ repositories { } dependencies { - // This dependency is exported to consumers, that is to say found on their compile classpath. - api 'org.apache.commons:commons-math3:3.6.1' - // Use JUnit test framework testImplementation 'junit:junit:4.13'