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 197c214 commit b856bd4Copy full SHA for b856bd4
pom.xml
@@ -22,6 +22,17 @@
22
</properties>
23
24
<dependencies>
25
+ <dependency>
26
+ <groupId>org.junit.jupiter</groupId>
27
+ <artifactId>junit-jupiter-api</artifactId>
28
+ <version>5.4.0-M1</version>
29
+ </dependency>
30
31
32
+ <artifactId>junit-jupiter-engine</artifactId>
33
34
+ <scope>test</scope>
35
36
<dependency>
37
<groupId>org.junit.jupiter</groupId>
38
<artifactId>junit-jupiter</artifactId>
0 commit comments