Author: mes
Date: 2011-09-13 14:25:08 -0700 (Tue, 13 Sep 2011)
New Revision: 26782
Modified:
core3/impl/branches/no-spring/event-impl/pom.xml
Log:
made service-api provided so that it would get picked up by integration tests
Modified: core3/impl/branches/no-spring/event-impl/pom.xml
===================================================================
--- core3/impl/branches/no-spring/event-impl/pom.xml 2011-09-13 20:34:23 UTC
(rev 26781)
+++ core3/impl/branches/no-spring/event-impl/pom.xml 2011-09-13 21:25:08 UTC
(rev 26782)
@@ -73,6 +73,11 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
+ <artifactId>service-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
<artifactId>event-api</artifactId>
<type>test-jar</type>
<scope>test</scope>
--
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.