1
0
mirror of https://github.com/RipMeApp/ripme.git synced 2025-04-21 20:21:54 +02:00

no junit4 dependency necessary any more

This commit is contained in:
soloturn 2020-07-26 14:05:42 +02:00
parent 8662dd3c44
commit 298c2c2ec3

View File

@ -8,7 +8,6 @@
<url>http://rip.rarchives.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.12</junit.version>
</properties>
<dependencyManagement>
<dependencies>
@ -27,12 +26,6 @@
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>