svn commit: r1071 - slf4j/trunk/slf4j-ext

View: New views
1 Messages — Rating Filter:   Alert me  

svn commit: r1071 - slf4j/trunk/slf4j-ext

by ceki-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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
dev@...
http://www.slf4j.org/mailman/listinfo/dev