You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2008/11/14 01:29:11 UTC

svn commit: r713885 - /jackrabbit/sandbox/jcrlog/pom.xml

Author: tripod
Date: Thu Nov 13 16:29:11 2008
New Revision: 713885

URL: http://svn.apache.org/viewvc?rev=713885&view=rev
Log:
Readding test dependencies

Modified:
    jackrabbit/sandbox/jcrlog/pom.xml

Modified: jackrabbit/sandbox/jcrlog/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/sandbox/jcrlog/pom.xml?rev=713885&r1=713884&r2=713885&view=diff
==============================================================================
--- jackrabbit/sandbox/jcrlog/pom.xml (original)
+++ jackrabbit/sandbox/jcrlog/pom.xml Thu Nov 13 16:29:11 2008
@@ -59,5 +59,17 @@
             <version>3.8.1</version>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-api</artifactId>
+            <version>1.3.0</version>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.3.0</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 </project>