We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b6eba7 commit 300157fCopy full SHA for 300157f
build.gradle
@@ -25,10 +25,10 @@ repositories {
25
26
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'
+ //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:28.0-jre'
+ //implementation 'com.google.guava:guava:28.0-jre'
32
33
// Use JUnit test framework
34
testImplementation 'junit:junit:4.12'
0 commit comments