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/12 09:53:39 UTC

svn commit: r368320 - /directory/trunks/mina-asn1/pom.xml

Author: elecharny
Date: Thu Jan 12 00:53:34 2006
New Revision: 368320

URL: http://svn.apache.org/viewcvs?rev=368320&view=rev
Log:
Revert from the sl4f removing. This is needed for embeded projects. At least, updated to 1.0-RC3, waiting for 1.0.

Modified:
    directory/trunks/mina-asn1/pom.xml

Modified: directory/trunks/mina-asn1/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina-asn1/pom.xml?rev=368320&r1=368319&r2=368320&view=diff
==============================================================================
--- directory/trunks/mina-asn1/pom.xml (original)
+++ directory/trunks/mina-asn1/pom.xml Thu Jan 12 00:53:34 2006
@@ -24,6 +24,13 @@
       <version>0.9.1-SNAPSHOT</version>
     </dependency>
 
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.0-rc3</version>
+      <scope>provided</scope>
+    </dependency>
+
   </dependencies>
   <build>
     <plugins>