We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32d594 commit 19378ddCopy full SHA for 19378dd
pom.xml
@@ -37,5 +37,17 @@
37
<artifactId>microsoft-graph-core</artifactId>
38
<version>2.0.0</version>
39
</dependency>
40
+ <dependency>
41
+ <groupId>org.junit.jupiter</groupId>
42
+ <artifactId>junit-jupiter-api</artifactId>
43
+ <version>5.5.2</version>
44
+ <scope>test</scope>
45
+ </dependency>
46
47
+ <groupId>org.mockito</groupId>
48
+ <artifactId>mockito-core</artifactId>
49
+ <version>3.8.0</version>
50
51
52
</dependencies>
53
</project>
0 commit comments