Author: mes
Date: 2012-06-11 10:38:13 -0700 (Mon, 11 Jun 2012)
New Revision: 29522
Modified:
core3/impl/trunk/command-executor-impl/pom.xml
Log:
Oh my, removing application-api from core-task-api broke lots of things. Fixed
here at least.
Modified: core3/impl/trunk/command-executor-impl/pom.xml
===================================================================
--- core3/impl/trunk/command-executor-impl/pom.xml 2012-06-11 17:31:51 UTC
(rev 29521)
+++ core3/impl/trunk/command-executor-impl/pom.xml 2012-06-11 17:38:13 UTC
(rev 29522)
@@ -80,5 +80,9 @@
<groupId>org.cytoscape</groupId>
<artifactId>command-executor-api</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>application-api</artifactId>
+ </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.