Author: jm
Date: 2011-05-04 07:16:26 -0700 (Wed, 04 May 2011)
New Revision: 24916
Modified:
core3/test-support/trunk/pom.xml
Log:
Added missing dependency on property-api
Modified: core3/test-support/trunk/pom.xml
===================================================================
--- core3/test-support/trunk/pom.xml 2011-05-04 13:58:51 UTC (rev 24915)
+++ core3/test-support/trunk/pom.xml 2011-05-04 14:16:26 UTC (rev 24916)
@@ -87,6 +87,11 @@
<artifactId>service-util</artifactId>
<version>3.0.0-alpha1</version>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>property-api</artifactId>
+ <version>3.0.0-alpha4-SNAPSHOT</version>
+ </dependency>
<!-- implementations of the APIs - these can change as things evolve
-->
<dependency>
<groupId>org.cytoscape</groupId>
--
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.