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

@@ -34,16 +34,6 @@
<version>3.12.155-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
</dependency>
<dependency>
<groupId>com.vladsch.flexmark</groupId>
<artifactId>flexmark-ext-yaml-front-matter</artifactId>