DBZ-6659 properly declaring junit 5 dependency

This commit is contained in:
jcechace 2023-07-13 21:45:55 +02:00 committed by Jiri Pechanec
parent 7c932679a4
commit fadfba5a68

View File

@ -191,8 +191,13 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<scope>test</scope>
</dependency>
<dependency>