diff --git a/README.md b/README.md index 70f42b155a1..a66bcc9207c 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,6 @@ repositories { dependencies { // Include the sdk as a dependency implementation 'com.microsoft.graph:microsoft-graph-beta:6.4.0' - // Uncomment the line below if you are building an android application - //implementation 'com.google.guava:guava:30.1.1-android' // This dependency is only needed if you are using the TokenCrendentialAuthProvider implementation 'com.azure:azure-identity:1.11.0' } diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle index 29341308671..18a8bb21363 100644 --- a/gradle/dependencies.gradle +++ b/gradle/dependencies.gradle @@ -1,6 +1,4 @@ dependencies { - implementation 'com.google.guava:guava:33.0.0-jre' - // Use JUnit test framework testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'