Author: bago
Date: Sun Aug 10 10:06:33 2008
New Revision: 684556

URL: http://svn.apache.org/viewvc?rev=684556&view=rev
Log:
Fix m2 dependencies

Modified:
    james/server/trunk/common-util/pom.xml

Modified: james/server/trunk/common-util/pom.xml
URL: 
http://svn.apache.org/viewvc/james/server/trunk/common-util/pom.xml?rev=684556&r1=684555&r2=684556&view=diff
==============================================================================
--- james/server/trunk/common-util/pom.xml (original)
+++ james/server/trunk/common-util/pom.xml Sun Aug 10 10:06:33 2008
@@ -37,5 +37,11 @@
       <groupId>oro</groupId>
       <artifactId>oro</artifactId>
     </dependency>
+    
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to