converted to logback instead of slfj-simple

Former-commit-id: 1b3854eeb5ad098931d5603b5206d88a900176da
This commit is contained in:
Jeremy Long
2015-06-21 20:10:23 -04:00
parent aba7b47fa8
commit 47fa6e67d9

View File

@@ -372,8 +372,13 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved.
</dependency>
<!-- Set this to test so that each project that uses this has to have its own implementation of SLF4J -->
<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>
<!-- For the CAL10N support -->