Skip to content

Commit 432cc92

Browse files
authored
Merge pull request #896 from GeertZijlmans1/origin/fix/remove-guava
Issue-1860: Remove dependency on Google Guava
2 parents 2b10732 + 0ee5bb4 commit 432cc92

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ repositories {
2222
dependencies {
2323
// Include the sdk as a dependency
2424
implementation 'com.microsoft.graph:microsoft-graph-beta:6.4.0'
25-
// Uncomment the line below if you are building an android application
26-
//implementation 'com.google.guava:guava:30.1.1-android'
2725
// This dependency is only needed if you are using the TokenCrendentialAuthProvider
2826
implementation 'com.azure:azure-identity:1.11.0'
2927
}

gradle/dependencies.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
dependencies {
2-
implementation 'com.google.guava:guava:33.0.0-jre'
3-
42
// Use JUnit test framework
53
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
64
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'

0 commit comments

Comments
 (0)