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:12 UTC

svn commit: r368316 - /directory/trunks/mina-spring/pom.xml

Author: elecharny
Date: Thu Jan 12 00:53:09 2006
New Revision: 368316

URL: http://svn.apache.org/viewcvs?rev=368316&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-spring/pom.xml

Modified: directory/trunks/mina-spring/pom.xml
URL: http://svn.apache.org/viewcvs/directory/trunks/mina-spring/pom.xml?rev=368316&r1=368315&r2=368316&view=diff
==============================================================================
--- directory/trunks/mina-spring/pom.xml (original)
+++ directory/trunks/mina-spring/pom.xml Thu Jan 12 00:53:09 2006
@@ -18,6 +18,13 @@
     </dependency>
 
     <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-simple</artifactId>
+      <version>1.0-rc3</version>
+      <scope>provided</scope>
+    </dependency>
+
+    <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-beans</artifactId>
       <version>1.2.5</version>