Fix mock tests

This commit is contained in:
Tour
2025-12-04 20:00:33 +01:00
parent ed74bb5e93
commit d52bd8f94e
14 changed files with 276 additions and 348 deletions

13
pom.xml
View File

@@ -83,6 +83,17 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- Force consistent versions -->
<dependency>
<groupId>org.opentest4j</groupId>
<artifactId>opentest4j</artifactId>
<version>1.3.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
</dependency>
</dependencies>
</dependencyManagement>
@@ -305,7 +316,7 @@
<compilerArgs>
<arg>-Xdiags:verbose</arg>
<arg>-Xlint:all</arg>
<arg>-parameters</arg>
<arg>-proc:none</arg>
</compilerArgs>
<fork>true</fork>
<excludes>