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 349dd8d commit 0875cb1Copy full SHA for 0875cb1
independent-projects/extension-maven-plugin/pom.xml
@@ -292,6 +292,13 @@
292
<version>3.8.7</version>
293
<scope>test</scope>
294
</dependency>
295
+ <!-- Needed for system stubs -->
296
+ <dependency>
297
+ <groupId>org.mockito</groupId>
298
+ <artifactId>mockito-core</artifactId>
299
+ <version>5.1.1</version>
300
+ <scope>test</scope>
301
+ </dependency>
302
<dependency>
303
<groupId>uk.org.webcompere</groupId>
304
<artifactId>system-stubs-jupiter</artifactId>
0 commit comments