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>
 
 
_______________________________________________
dev mailing list
[email protected]
http://www.slf4j.org/mailman/listinfo/dev

Reply via email to