This commit is contained in:
jstaerk
2025-07-04 11:26:39 +02:00
parent 248372c98a
commit c68c68679e
4 changed files with 31 additions and 5 deletions

View File

@@ -137,6 +137,12 @@
</dependency>
<!-- test dependencies -->
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>2.0-rc1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>