Author: rozagh
Date: 2012-05-07 09:25:52 -0700 (Mon, 07 May 2012)
New Revision: 29130
Modified:
core3/impl/trunk/group-impl/pom.xml
Log:
missing session-api dependency in pom
Modified: core3/impl/trunk/group-impl/pom.xml
===================================================================
--- core3/impl/trunk/group-impl/pom.xml 2012-05-07 16:23:38 UTC (rev 29129)
+++ core3/impl/trunk/group-impl/pom.xml 2012-05-07 16:25:52 UTC (rev 29130)
@@ -126,6 +126,10 @@
<artifactId>guava-osgi</artifactId>
<version>9.0.0</version>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>session-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.