update to slf4j, remove DynamicLog (#2384)

This commit is contained in:
Hanwei Jin
2018-07-09 23:33:59 -07:00
committed by Philipp Moritz
parent 55d5e28872
commit 450b11f1d6
15 changed files with 70 additions and 613 deletions
+2 -2
View File
@@ -20,8 +20,8 @@
<dependencies>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>quartz</groupId>