Skip to content

Commit 300157f

Browse files
committed
Drop dep
1 parent 4b6eba7 commit 300157f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ repositories {
2525

2626
dependencies {
2727
// 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'
28+
//api 'org.apache.commons:commons-math3:3.6.1'
2929

3030
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
31-
implementation 'com.google.guava:guava:28.0-jre'
31+
//implementation 'com.google.guava:guava:28.0-jre'
3232

3333
// Use JUnit test framework
3434
testImplementation 'junit:junit:4.12'

0 commit comments

Comments
 (0)