Author: pwang
Date: 2010-10-19 11:04:38 -0700 (Tue, 19 Oct 2010)
New Revision: 22291
Modified:
core3/plugin-api/trunk/pom.xml
Log:
Add dependency jars for test
Modified: core3/plugin-api/trunk/pom.xml
===================================================================
--- core3/plugin-api/trunk/pom.xml 2010-10-19 18:00:19 UTC (rev 22290)
+++ core3/plugin-api/trunk/pom.xml 2010-10-19 18:04:38 UTC (rev 22291)
@@ -152,7 +152,18 @@
<artifactId>vizmap-gui-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
-
+ <dependency>
+ <groupId>junit</groupId>
+ <artifactId>junit</artifactId>
+ <version>${junit.version}</version>
+ <scope>test</scope>
+ </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.