remove slf4j

This commit is contained in:
Jonathan Shook
2020-11-16 17:30:06 -06:00
parent 67eefbbebb
commit 6a523dc484
9 changed files with 30 additions and 84 deletions

View File

@@ -49,16 +49,6 @@
<artifactId>graal-sdk</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-core</artifactId>