junit dep addded

This commit is contained in:
lucio 2023-03-30 15:23:51 +02:00
parent 7aedfd6b2e
commit d13428f1dd
1 changed files with 6 additions and 0 deletions

View File

@ -41,6 +41,12 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>