|
@@ -172,6 +172,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<artifactId>assertj-core</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.junit.jupiter</groupId>
|
|
|
+ <artifactId>junit-jupiter-api</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.junit.jupiter</groupId>
|
|
|
<artifactId>junit-jupiter-params</artifactId>
|
|
@@ -187,6 +192,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
<artifactId>junit-vintage-engine</artifactId>
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>org.junit.platform</groupId>
|
|
|
+ <artifactId>junit-platform-launcher</artifactId>
|
|
|
+ <scope>test</scope>
|
|
|
+ </dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
<build>
|