Author: mes
Date: 2012-06-11 10:31:51 -0700 (Mon, 11 Jun 2012)
New Revision: 29521
Modified:
core3/api/trunk/app-api/pom.xml
Log:
Added application api dependency. This is needed here because it was presumably
getting this dependency transitively from core-task-api, which just removed
that dependency.
Modified: core3/api/trunk/app-api/pom.xml
===================================================================
--- core3/api/trunk/app-api/pom.xml 2012-06-11 17:14:25 UTC (rev 29520)
+++ core3/api/trunk/app-api/pom.xml 2012-06-11 17:31:51 UTC (rev 29521)
@@ -186,6 +186,11 @@
<artifactId>datasource-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>application-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<!-- For Testing -->
--
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.