Author: bago
Date: Wed Oct 14 14:33:32 2009
New Revision: 825155

URL: http://svn.apache.org/viewvc?rev=825155&view=rev
Log:
slf4j is a runtime dependency for mina (added to smtpserver pom tests 
dependency)

Modified:
    james/server/trunk/smtpserver-function/pom.xml

Modified: james/server/trunk/smtpserver-function/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/smtpserver-function/pom.xml?rev=825155&r1=825154&r2=825155&view=diff
==============================================================================
--- james/server/trunk/smtpserver-function/pom.xml (original)
+++ james/server/trunk/smtpserver-function/pom.xml Wed Oct 14 14:33:32 2009
@@ -165,8 +165,13 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-       <groupId>junit</groupId>
-       <artifactId>junit</artifactId>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
+         <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
     </dependency>
   </dependencies>
 </project>



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to