Skip to content

Commit 19378dd

Browse files
author
Valentin Popov
committed
min java version 8, version changed to 3.1.0, missing test libs
1 parent e32d594 commit 19378dd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,17 @@
3737
<artifactId>microsoft-graph-core</artifactId>
3838
<version>2.0.0</version>
3939
</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+
<dependency>
47+
<groupId>org.mockito</groupId>
48+
<artifactId>mockito-core</artifactId>
49+
<version>3.8.0</version>
50+
<scope>test</scope>
51+
</dependency>
4052
</dependencies>
4153
</project>

0 commit comments

Comments
 (0)