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 bd9b92a commit fdf7796Copy full SHA for fdf7796
pom.xml
@@ -57,11 +57,23 @@
57
</dependency>
58
59
<dependency>
60
- <groupId>org.junit.vintage</groupId>
61
- <artifactId>junit-vintage-engine</artifactId>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
62
<version>5.11.3</version>
63
<scope>test</scope>
64
65
+ <dependency>
66
67
+ <artifactId>junit-jupiter-engine</artifactId>
68
+ <version>5.11.3</version>
69
+ <scope>test</scope>
70
+ </dependency>
71
72
+ <groupId>org.junit.platform</groupId>
73
+ <artifactId>junit-platform-launcher</artifactId>
74
+ <version>1.11.3</version>
75
76
77
</dependencies>
78
79
<build>
0 commit comments