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/29 23:54:12 UTC

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

Author: jukka
Date: Wed Mar 29 13:54:10 2006
New Revision: 389899

URL: http://svn.apache.org/viewcvs?rev=389899&view=rev
Log:
1.0: Merged revision 389898: JCR-378 Added the missing slf4j-log4j12 dependency to jcr-server/webapp

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

Modified: jackrabbit/branches/1.0/jcr-server/webapp/project.xml
URL: http://svn.apache.org/viewcvs/jackrabbit/branches/1.0/jcr-server/webapp/project.xml?rev=389899&r1=389898&r2=389899&view=diff
==============================================================================
--- jackrabbit/branches/1.0/jcr-server/webapp/project.xml (original)
+++ jackrabbit/branches/1.0/jcr-server/webapp/project.xml Wed Mar 29 13:54:10 2006
@@ -89,6 +89,15 @@
         
         <!-- non-jackrabbit dependencies -->
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+            <version>1.0</version>
+            <url>http://www.slf4j.org/download.html</url>
+            <properties>
+                <war.bundle>true</war.bundle>
+            </properties>
+        </dependency>
+        <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
             <version>1.2.8</version>