Update logback to 1.2.9

logback-parent isn't really a bom but instead includes other unrelated
depenedncies like mockito and jodatime, and so I am just adding the
individual logback and slf4j dependencies themselves. Also add
slf4j-simple in dependencyManagement for the various test dependencies
we have on it.
This commit is contained in:
Adam
2021-12-18 14:19:43 -05:00
parent 0f52e3ff18
commit 46bb6f81bb
6 changed files with 22 additions and 13 deletions

View File

@@ -68,7 +68,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<scope>test</scope>
</dependency>
<dependency>