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/19 09:23:58 UTC

svn commit: r370422 - /directory/trunks/apacheds/standalone/simple/jndi/pom.xml

Author: elecharny
Date: Thu Jan 19 00:23:54 2006
New Revision: 370422

URL: http://svn.apache.org/viewcvs?rev=370422&view=rev
Log:
Rollback NLog4j to version 2.1.19, version 2.1.21 introduced some deps that 
are not available.

Modified:
    directory/trunks/apacheds/standalone/simple/jndi/pom.xml

Modified: directory/trunks/apacheds/standalone/simple/jndi/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/apacheds/standalone/simple/jndi/pom.xml?rev=370422&r1=370421&r2=370422&view=diff
==============================================================================
--- directory/trunks/apacheds/standalone/simple/jndi/pom.xml (original)
+++ directory/trunks/apacheds/standalone/simple/jndi/pom.xml Thu Jan 19 00:23:54 2006
@@ -13,7 +13,7 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>nlog4j</artifactId>
-      <version>1.2.21</version>
+      <version>1.2.19</version>
       <scope>provided</scope>
     </dependency>  
   </dependencies>