We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29848ed commit d07d3c2Copy full SHA for d07d3c2
1 file changed
pom.xml
@@ -223,10 +223,6 @@
223
<groupId>org.jspecify</groupId>
224
<artifactId>jspecify</artifactId>
225
</dependency>
226
- <dependency>
227
- <groupId>org.junit.jupiter</groupId>
228
- <artifactId>junit-jupiter-params</artifactId>
229
- </dependency>
230
<dependency>
231
<groupId>org.slf4j</groupId>
232
<artifactId>slf4j-api</artifactId>
@@ -265,6 +261,11 @@
265
261
<artifactId>junit-jupiter-engine</artifactId>
266
262
<scope>test</scope>
267
263
264
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-params</artifactId>
+ <scope>test</scope>
268
+ </dependency>
269
270
<groupId>org.mockito</groupId>
271
<artifactId>mockito-core</artifactId>
0 commit comments