There was an error while loading. Please reload this page.
1 parent ee74721 commit 84f8d3bCopy full SHA for 84f8d3b
pom.xml
@@ -100,7 +100,12 @@
100
-->
101
<dependency>
102
<groupId>org.junit.jupiter</groupId>
103
- <artifactId>junit-jupiter</artifactId>
+ <artifactId>junit-jupiter-api</artifactId>
104
+ <scope>test</scope>
105
+ </dependency>
106
+ <dependency>
107
+ <groupId>org.junit.jupiter</groupId>
108
+ <artifactId>junit-jupiter-params</artifactId>
109
<scope>test</scope>
110
</dependency>
111
0 commit comments