converted logging to slf4j

This commit is contained in:
jomu
2016-01-04 16:53:38 +00:00
parent 88a180703a
commit f957fb553f
11 changed files with 213 additions and 57 deletions

View File

@ -258,6 +258,11 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>