Skip to content

Commit fc8daf1

Browse files
authored
Merge pull request #51 from microsoftgraph/feature/useless-dep
- closes #49 removes a unused dependency
2 parents 59bcc4a + 9fb8987 commit fc8daf1

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)