[slf4j-dev] svn commit: r1071 - slf4j/trunk/slf4j-ext
ceki at slf4j.org
ceki at slf4j.org
Mon Jul 21 16:52:30 CEST 2008
Author: ceki
Date: Mon Jul 21 16:52:29 2008
New Revision: 1071
Modified:
slf4j/trunk/slf4j-ext/pom.xml
Log:
- we need an actual binding for tests to pass
Modified: slf4j/trunk/slf4j-ext/pom.xml
==============================================================================
--- slf4j/trunk/slf4j-ext/pom.xml (original)
+++ slf4j/trunk/slf4j-ext/pom.xml Mon Jul 21 16:52:29 2008
@@ -22,7 +22,13 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
More information about the slf4j-dev
mailing list