Fix the mutation test setup (#976)

This largely reverts commit dff67fecbc,
avoiding the issue described in pitest/pitest-junit5-plugin#105.
This commit is contained in:
Stephan Schroevers
2024-01-14 19:04:57 +01:00
committed by GitHub
parent dff67fecbc
commit 09317abb18
5 changed files with 35 additions and 0 deletions

View File

@@ -78,6 +78,13 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<!-- XXX: Explicitly declared as a workaround for
https://github.com/pitest/pitest-junit5-plugin/issues/105. -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>