Skip to content

Commit 509ad9a

Browse files
authored
Merge pull request #55 from microsoftgraph/feature/math-dep-remove
- removes unused dependency
2 parents 8adaed2 + 6f87c0b commit 509ad9a

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
@@ -24,9 +24,6 @@ repositories {
2424
}
2525

2626
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-
3027
// Use JUnit test framework
3128
testImplementation 'junit:junit:4.13'
3229

0 commit comments

Comments
 (0)