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 2011/12/21 15:38:57 UTC

svn commit: r1221743 - /james/protocols/trunk/api/pom.xml

Author: bago
Date: Wed Dec 21 14:38:57 2011
New Revision: 1221743

URL: http://svn.apache.org/viewvc?rev=1221743&view=rev
Log:
Add junit dependency for api module

Modified:
    james/protocols/trunk/api/pom.xml

Modified: james/protocols/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/james/protocols/trunk/api/pom.xml?rev=1221743&r1=1221742&r2=1221743&view=diff
==============================================================================
--- james/protocols/trunk/api/pom.xml (original)
+++ james/protocols/trunk/api/pom.xml Wed Dec 21 14:38:57 2011
@@ -37,6 +37,12 @@
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>junit</groupId>
+            <artifactId>junit</artifactId>
+            <version>3.8.1</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org