Skip to content

Commit f0170ed

Browse files
committed
- adds missing dependency block close/open
1 parent bc1ec2e commit f0170ed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Add the dependency in `dependencies` in pom.xml
3737
<groupId>com.microsoft.graph</groupId>
3838
<artifactId>microsoft-graph</artifactId>
3939
<version>3.5.0</version>
40+
</dependency>
41+
<dependency>
4042
<!-- This dependency is only needed if you are using the TokenCrendentialAuthProvider -->
4143
<groupId>com.azure</groupId>
4244
<artifactId>azure-identity</artifactId>

0 commit comments

Comments
 (0)