Removed dependency junit

This commit is contained in:
Julian Müller (ChaoticByte) 2023-05-05 21:28:20 +02:00
parent 98cbb525ca
commit 647e23adc5

View file

@ -20,12 +20,6 @@
</properties>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>