Missing dependency

pull/1/head
Jens Pelzetter 2022-04-01 20:24:47 +02:00
parent bd7ae3aba7
commit fbfef8b548
1 changed files with 6 additions and 0 deletions

View File

@ -48,6 +48,12 @@
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>