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/02/01 22:54:59 UTC

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

Author: elecharny
Date: Wed Feb  1 13:54:56 2006
New Revision: 374184

URL: http://svn.apache.org/viewcvs?rev=374184&view=rev
Log:
Removed the slf4j dependency and replaced it by nlog4j

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

Modified: directory/trunks/common/ldap/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/common/ldap/pom.xml?rev=374184&r1=374183&r2=374184&view=diff
==============================================================================
--- directory/trunks/common/ldap/pom.xml (original)
+++ directory/trunks/common/ldap/pom.xml Wed Feb  1 13:54:56 2006
@@ -67,8 +67,8 @@
 
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>1.0-rc5</version>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.19</version>
       <scope>provided</scope>
     </dependency>