File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ repositories {
2121dependencies {
2222 // Include the sdk as a dependency
2323 implementation 'com.microsoft.graph:microsoft-graph-core:2.0.2'
24- // This depdency is only needed if you are using the TokenCrendentialAuthProvider
24+ // This dependency is only needed if you are using the TokenCrendentialAuthProvider
2525 implementation 'com.azure:azure-identity:1.2.5'
2626}
2727```
@@ -36,7 +36,7 @@ Add the dependency in `dependencies` in pom.xml
3636 <groupId >com.microsoft.graph</groupId >
3737 <artifactId >microsoft-graph-core</artifactId >
3838 <version >2.0.2</version >
39- <!-- This depdency is only needed if you are using the TokenCrendentialAuthProvider -->
39+ <!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4040 <groupId >com.azure</groupId >
4141 <artifactId >azure-identity</artifactId >
4242 <version >1.2.5</version >
You can’t perform that action at this time.
0 commit comments