converted to logback instead of slfj-simple

Former-commit-id: ad06d3bf039bbb30b1f10ce2ae5861000b1c05f6
This commit is contained in:
Jeremy Long
2015-06-21 20:11:27 -04:00
parent 02acd3162e
commit 190e17e6b9

View File

@@ -230,8 +230,13 @@ Copyright (c) 2014 - Jeremy Long. All Rights Reserved.
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<scope>test</scope>
</dependency>
</dependencies>