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 0bd4c19 commit 80ff50eCopy full SHA for 80ff50e
1 file changed
pom.xml
@@ -37,6 +37,12 @@
37
<version>4.13.1</version>
38
<scope>test</scope>
39
</dependency>
40
+ <dependency>
41
+ <groupId>org.junit.jupiter</groupId>
42
+ <artifactId>junit-jupiter-api</artifactId>
43
+ <version>5.7.1</version>
44
+ <scope>test</scope>
45
+ </dependency>
46
<dependency>
47
<groupId>org.mockito</groupId>
48
<artifactId>mockito-core</artifactId>
0 commit comments