You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2006/01/12 09:53:32 UTC

svn commit: r368319 - /directory/trunks/ldap-common/pom.xml

Author: elecharny
Date: Thu Jan 12 00:53:26 2006
New Revision: 368319

URL: http://svn.apache.org/viewcvs?rev=368319&view=rev
Log:
Revert from the sl4f removing. This is needed for embeded projects. At least, updated to 1.0-RC3, waiting for 1.0.

Modified:
    directory/trunks/ldap-common/pom.xml

Modified: directory/trunks/ldap-common/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/ldap-common/pom.xml?rev=368319&r1=368318&r2=368319&view=diff
==============================================================================
--- directory/trunks/ldap-common/pom.xml (original)
+++ directory/trunks/ldap-common/pom.xml Thu Jan 12 00:53:26 2006
@@ -67,9 +67,10 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>nlog4j</artifactId>
-      <version>1.2.17</version>
-    </dependency>  
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.0-rc3</version>
+      <scope>provided</scope>
+    </dependency>
 
     <dependency>
       <groupId>commons-lang</groupId>