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:
parent
8662dd3c44
commit
298c2c2ec3
7
pom.xml
7
pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user