Author: ruschein
Date: 2011-08-16 13:12:15 -0700 (Tue, 16 Aug 2011)
New Revision: 26575
Modified:
core3/impl/trunk/sbml-impl/pom.xml
Log:
More fallout from the introduction of di-util-api.
Modified: core3/impl/trunk/sbml-impl/pom.xml
===================================================================
--- core3/impl/trunk/sbml-impl/pom.xml 2011-08-16 19:56:24 UTC (rev 26574)
+++ core3/impl/trunk/sbml-impl/pom.xml 2011-08-16 20:12:15 UTC (rev 26575)
@@ -17,6 +17,17 @@
<dependencies>
<dependency>
<groupId>org.cytoscape</groupId>
+ <artifactId>di-util-api</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>${spring.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
<artifactId>io-api</artifactId>
</dependency>
<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.