Author: edeoliveira
Date: Wed Jul 23 16:54:22 2008
New Revision: 679238

URL: http://svn.apache.org/viewvc?rev=679238&view=rev
Log:
Added jmock dependency used in haiku example

Modified:
    mina/trunk/example/pom.xml

Modified: mina/trunk/example/pom.xml
URL: 
http://svn.apache.org/viewvc/mina/trunk/example/pom.xml?rev=679238&r1=679237&r2=679238&view=diff
==============================================================================
--- mina/trunk/example/pom.xml (original)
+++ mina/trunk/example/pom.xml Wed Jul 23 16:54:22 2008
@@ -45,6 +45,11 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock</artifactId>
+      <version>1.2.0</version>
     </dependency>
   </dependencies>
 </project>


Reply via email to