centralize log4j2 and slf4j stub config

This commit is contained in:
Jonathan Shook
2020-11-17 18:08:39 -06:00
parent 2215fc94ed
commit b7c246426c
4 changed files with 832 additions and 845 deletions

View File

@@ -20,15 +20,6 @@
<artifactId>antlr4-runtime</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
</dependency>
</dependencies>
<build>