You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by an...@apache.org on 2006/03/15 08:20:49 UTC

svn commit: r385987 - /incubator/jackrabbit/trunk/jcr-server/webapp/project.xml

Author: angela
Date: Tue Mar 14 23:20:48 2006
New Revision: 385987

URL: http://svn.apache.org/viewcvs?rev=385987&view=rev
Log:
missing dependency to slf4j

Modified:
    incubator/jackrabbit/trunk/jcr-server/webapp/project.xml

Modified: incubator/jackrabbit/trunk/jcr-server/webapp/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/trunk/jcr-server/webapp/project.xml?rev=385987&r1=385986&r2=385987&view=diff
==============================================================================
--- incubator/jackrabbit/trunk/jcr-server/webapp/project.xml (original)
+++ incubator/jackrabbit/trunk/jcr-server/webapp/project.xml Tue Mar 14 23:20:48 2006
@@ -152,7 +152,13 @@
                 <war.bundle>true</war.bundle>
             </properties>
         </dependency>
-
+        <dependency>
+            <!-- slf4j-log4j12 -->
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.0</version>
+            <url>http://www.slf4j.org/download.html</url>
+        </dependency>
         <!--
           cqfs-jackrabbit and cqfs are optional runtime dependencies 
           (an alternative FileSystem implementation);