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

1
cache/pom.xml vendored
View File

@@ -55,7 +55,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>