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'