We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59bcc4a commit 9fb8987Copy full SHA for 9fb8987
build.gradle
@@ -27,9 +27,6 @@ dependencies {
27
// This dependency is exported to consumers, that is to say found on their compile classpath.
28
api 'org.apache.commons:commons-math3:3.6.1'
29
30
- // This dependency is used internally, and not exposed to consumers on their own compile classpath.
31
- implementation 'com.google.guava:guava:20.0'
32
-
33
// Use JUnit test framework
34
testImplementation 'junit:junit:4.13'
35
0 commit comments