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

svn commit: r385989 - /incubator/jackrabbit/branches/1.0/jcr-server/webapp/project.xml

Author: jukka
Date: Tue Mar 14 23:26:46 2006
New Revision: 385989

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

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

Modified: incubator/jackrabbit/branches/1.0/jcr-server/webapp/project.xml
URL: http://svn.apache.org/viewcvs/incubator/jackrabbit/branches/1.0/jcr-server/webapp/project.xml?rev=385989&r1=385988&r2=385989&view=diff
==============================================================================
--- incubator/jackrabbit/branches/1.0/jcr-server/webapp/project.xml (original)
+++ incubator/jackrabbit/branches/1.0/jcr-server/webapp/project.xml Tue Mar 14 23:26:46 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);