You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2006/01/14 05:39:01 UTC

svn commit: r368968 - in /directory/trunks/apacheds/standalone/simple/main: maven.xml pom.xml project.properties project.xml

Author: akarasulu
Date: Fri Jan 13 20:38:57 2006
New Revision: 368968

URL: http://svn.apache.org/viewcvs?rev=368968&view=rev
Log:
rm all m1 stuff and fix pom to include slf4j

Removed:
    directory/trunks/apacheds/standalone/simple/main/maven.xml
    directory/trunks/apacheds/standalone/simple/main/project.properties
    directory/trunks/apacheds/standalone/simple/main/project.xml
Modified:
    directory/trunks/apacheds/standalone/simple/main/pom.xml

Modified: directory/trunks/apacheds/standalone/simple/main/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/standalone/simple/main/pom.xml?rev=368968&r1=368967&r2=368968&view=diff
==============================================================================
--- directory/trunks/apacheds/standalone/simple/main/pom.xml (original)
+++ directory/trunks/apacheds/standalone/simple/main/pom.xml Fri Jan 13 20:38:57 2006
@@ -16,6 +16,11 @@
       <version>0.9.4-SNAPSHOT</version>
     </dependency>  
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>nlog4j</artifactId>
+      <version>1.2.19</version>
+    </dependency>
+    <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-core</artifactId>
       <version>1.2.1</version>