Author: djencks
Date: Thu Aug 23 14:49:42 2007
New Revision: 569160
URL: http://svn.apache.org/viewvc?rev=569160&view=rev
Log:
DIRSERVER-1028 use slf4j-log4j12 not nlog4j
Modified:
directory/daemon/trunk/pom.xml
Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?rev=569160&r1=569159&r2=569160&view=diff
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Thu Aug 23 14:49:42 2007
@@ -34,8 +34,8 @@
<dependency>
<groupId>org.slf4j</groupId>
- <artifactId>nlog4j</artifactId>
- <version>1.2.25</version>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.4.3</version>
</dependency>
<dependency>
|