fix msq test

This commit is contained in:
Zoltan Haindrich 2024-06-20 15:37:13 +00:00
parent 6e48cb86d5
commit d329686d5c
1 changed files with 5 additions and 0 deletions

View File

@ -233,6 +233,11 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
<artifactId>reflections</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>