Author: pwang
Date: 2010-10-18 15:24:31 -0700 (Mon, 18 Oct 2010)
New Revision: 22277
Modified:
core3/plugin-impl/trunk/pom.xml
Log:
Add dependency jars for test
Modified: core3/plugin-impl/trunk/pom.xml
===================================================================
--- core3/plugin-impl/trunk/pom.xml 2010-10-18 21:58:26 UTC (rev 22276)
+++ core3/plugin-impl/trunk/pom.xml 2010-10-18 22:24:31 UTC (rev 22277)
@@ -157,7 +157,18 @@
<artifactId>layout-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.