Skip to content

Commit fd2a0d0

Browse files
Issue-1860: Remove dependency on Google Guava
1 parent f6b0a3f commit fd2a0d0

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

README.md

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

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'

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@
1717
</properties>
1818

1919
<dependencies>
20-
<dependency>
21-
<groupId>com.google.guava</groupId>
22-
<artifactId>guava</artifactId>
23-
<version>33.0.0-jre</version>
24-
</dependency>
2520
<dependency>
2621
<groupId>com.google.code.gson</groupId>
2722
<artifactId>gson</artifactId>

0 commit comments

Comments
 (0)