You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cc...@apache.org on 2007/07/13 07:47:53 UTC

svn commit: r555883 - /directory/daemon/trunk/pom.xml

Author: ccustine
Date: Thu Jul 12 22:47:52 2007
New Revision: 555883

URL: http://svn.apache.org/viewvc?view=rev&rev=555883
Log:
DIRSERVER-977 - Rename parent artifactId to be unique within project.
DIRSERVER-995 - Cleaning up slf4j dependency defs in poms.

Modified:
    directory/daemon/trunk/pom.xml

Modified: directory/daemon/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/daemon/trunk/pom.xml?view=diff&rev=555883&r1=555882&r2=555883
==============================================================================
--- directory/daemon/trunk/pom.xml (original)
+++ directory/daemon/trunk/pom.xml Thu Jul 12 22:47:52 2007
@@ -33,6 +33,12 @@
     </dependency>
 
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.25</version>
+    </dependency>
+
+    <dependency>
       <groupId>commons-daemon</groupId>
       <artifactId>commons-daemon</artifactId>
       <version>1.0.1</version>