Author: clopes
Date: 2012-05-11 09:58:53 -0700 (Fri, 11 May 2012)
New Revision: 29229
Modified:
core3/api/trunk/io-api/pom.xml
core3/api/trunk/session-api/pom.xml
Log:
Removes presentation-api dependency from session-api and adds it to io-api.
Modified: core3/api/trunk/io-api/pom.xml
===================================================================
--- core3/api/trunk/io-api/pom.xml 2012-05-11 07:40:45 UTC (rev 29228)
+++ core3/api/trunk/io-api/pom.xml 2012-05-11 16:58:53 UTC (rev 29229)
@@ -104,6 +104,11 @@
<artifactId>session-api</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>presentation-api</artifactId>
+ <version>${project.version}</version>
+ </dependency>
<dependency>
<groupId>junit</groupId>
Modified: core3/api/trunk/session-api/pom.xml
===================================================================
--- core3/api/trunk/session-api/pom.xml 2012-05-11 07:40:45 UTC (rev 29228)
+++ core3/api/trunk/session-api/pom.xml 2012-05-11 16:58:53 UTC (rev 29229)
@@ -91,11 +91,6 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>presentation-api</artifactId>
- <version>${project.version}</version>
- </dependency>
- <dependency>
- <groupId>org.cytoscape</groupId>
<artifactId>property-api</artifactId>
<version>${project.version}</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.