Add logback-parent to dependency management and use a consistent slf4j version everywhere

This commit is contained in:
Adam
2018-06-22 22:23:09 -04:00
parent 1682ba5289
commit ab936a6cdb
9 changed files with 7 additions and 11 deletions

View File

@@ -44,7 +44,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>