Author: ruschein
Date: 2010-09-02 15:05:00 -0700 (Thu, 02 Sep 2010)
New Revision: 21673

Modified:
   core3/work-api/trunk/pom.xml
Log:
Added a dependency on mockito.

Modified: core3/work-api/trunk/pom.xml
===================================================================
--- core3/work-api/trunk/pom.xml        2010-09-02 21:57:21 UTC (rev 21672)
+++ core3/work-api/trunk/pom.xml        2010-09-02 22:05:00 UTC (rev 21673)
@@ -116,6 +116,12 @@
       <groupId>org.ops4j.pax.logging</groupId>
       <artifactId>pax-logging-api</artifactId>
       <version>1.5.2</version>
-</dependency>
+    </dependency>
+    <dependency>
+      <groupId>org.mockito</groupId>
+      <artifactId>mockito-all</artifactId>
+      <version>1.8.1</version>
+      <scope>test</scope>
+    </dependency>
   </dependencies>
 </project>

-- 
You received this message because you are subscribed to the Google Groups 
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cytoscape-cvs?hl=en.

Reply via email to