added dependency for log4j-over-slf4j

This commit is contained in:
Sebastian Sdorra
2011-08-11 10:17:58 +02:00
parent ad11901adc
commit 059382ff7f

View File

@@ -102,6 +102,12 @@
<artifactId>logback-classic</artifactId>
<version>0.9.29</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>
<version>${slf4j.version}</version>
</dependency>
<dependency>
<groupId>net.sf.ehcache</groupId>