Remove junit and related dependencies

This commit is contained in:
Andreas Dangel
2023-01-27 11:49:03 +01:00
parent 1257eaff0d
commit 3d530458bb
12 changed files with 19 additions and 89 deletions

View File

@ -194,21 +194,11 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-rules</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>system-lambda</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-testutil</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.oowekyala.treeutils</groupId>