[test] Add missing junit jupiter engine

This commit is contained in:
Andreas Dangel 2024-05-31 09:40:27 +02:00
parent a05faf9837
commit 37451931dc
No known key found for this signature in database
GPG Key ID: 93450DF2DF9A3FA3

View File

@ -80,6 +80,12 @@
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId> <artifactId>slf4j-simple</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.mockito</groupId> <groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId> <artifactId>mockito-core</artifactId>