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 2008/08/10 19:06:33 UTC

svn commit: r684556 - /james/server/trunk/common-util/pom.xml

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