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/11 01:41:03 UTC

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

Author: elecharny
Date: Tue Jan 10 16:41:00 2006
New Revision: 367846

URL: http://svn.apache.org/viewcvs?rev=367846&view=rev
Log:
- Get rid of slf4j in some projects.
- Replaced it by Nlog4j-1.2.17 when needed

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=367846&r1=367845&r2=367846&view=diff
==============================================================================
--- directory/trunks/ldap-common/pom.xml (original)
+++ directory/trunks/ldap-common/pom.xml Tue Jan 10 16:41:00 2006
@@ -64,12 +64,12 @@
   </licenses>
 
   <dependencies>
+
     <dependency>
       <groupId>org.slf4j</groupId>
-      <artifactId>slf4j-simple</artifactId>
-      <version>1.0-beta9</version>
-      <scope>provided</scope>
-    </dependency>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.17</version>
+    </dependency>  
 
     <dependency>
       <groupId>commons-lang</groupId>
@@ -101,11 +101,11 @@
       <version>2.7.2</version>
     </dependency>
 
-    <dependency>
+    <!--dependency>
       <groupId>commons-httpclient</groupId>
       <artifactId>commons-httpclient</artifactId>
       <version>2.0.2</version>
-    </dependency>
+    </dependency-->
 
     <dependency>
       <groupId>oro</groupId>