Author: ruschein
Date: 2011-08-16 11:00:21 -0700 (Tue, 16 Aug 2011)
New Revision: 26571

Modified:
   core3/impl/trunk/core-task-impl/pom.xml
Log:
Fixed fallout from the introduction of di-util-api.

Modified: core3/impl/trunk/core-task-impl/pom.xml
===================================================================
--- core3/impl/trunk/core-task-impl/pom.xml     2011-08-16 17:51:55 UTC (rev 
26570)
+++ core3/impl/trunk/core-task-impl/pom.xml     2011-08-16 18:00:21 UTC (rev 
26571)
@@ -82,6 +82,16 @@
        <dependencies>
                <dependency>
                        <groupId>org.cytoscape</groupId>
+                       <artifactId>di-util-api</artifactId>
+               </dependency>
+               <dependency>
+                       <groupId>org.springframework</groupId>
+                       <artifactId>spring-core</artifactId>
+                       <version>${spring.version}</version>
+                       <scope>provided</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
                        <artifactId>swing-application-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.

Reply via email to