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

@ -149,11 +149,6 @@
<artifactId>kotlin-stdlib</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-test-junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>