Author: kono
Date: 2009-03-30 16:50:55 -0700 (Mon, 30 Mar 2009)
New Revision: 16361
Modified:
cytoscape3/trunk/application/pom.xml
Log:
Dependency to Vizmap removed. Instead, VizMap GUI depends on application.
Modified: cytoscape3/trunk/application/pom.xml
===================================================================
--- cytoscape3/trunk/application/pom.xml 2009-03-30 19:27:57 UTC (rev
16360)
+++ cytoscape3/trunk/application/pom.xml 2009-03-30 23:50:55 UTC (rev
16361)
@@ -263,13 +263,9 @@
<artifactId>layout</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
+
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>vizmap</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
<artifactId>work-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---