Skip to content

Commit 9fb8987

Browse files
committed
- closes #49 removes a unused dependency
1 parent 59bcc4a commit 9fb8987

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ dependencies {
2727
// This dependency is exported to consumers, that is to say found on their compile classpath.
2828
api 'org.apache.commons:commons-math3:3.6.1'
2929

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-
3330
// Use JUnit test framework
3431
testImplementation 'junit:junit:4.13'
3532

0 commit comments

Comments
 (0)