You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ba...@apache.org on 2009/10/14 16:33:32 UTC

svn commit: r825155 - /james/server/trunk/smtpserver-function/pom.xml

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: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org