File tree Expand file tree Collapse file tree 3 files changed +0
-9
lines changed
Expand file tree Collapse file tree 3 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,6 @@ repositories {
2121dependencies {
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}
Original file line number Diff line number Diff line change 11dependencies {
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'
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments