Author: ruschein
Date: 2011-08-16 13:34:02 -0700 (Tue, 16 Aug 2011)
New Revision: 26576

Modified:
   core3/impl/trunk/table-import-impl/pom.xml
Log:
More fallout from the introduction of di-util-api.

Modified: core3/impl/trunk/table-import-impl/pom.xml
===================================================================
--- core3/impl/trunk/table-import-impl/pom.xml  2011-08-16 20:12:15 UTC (rev 
26575)
+++ core3/impl/trunk/table-import-impl/pom.xml  2011-08-16 20:34:02 UTC (rev 
26576)
@@ -89,6 +89,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>model-api</artifactId>
                </dependency>
                <dependency>
@@ -126,11 +137,11 @@
                        <artifactId>work-swing-api</artifactId>
                </dependency>
     
-       <dependency>
-               <groupId>org.cytoscape.wrappers</groupId>
+               <dependency>
+                       <groupId>org.cytoscape.wrappers</groupId>
                        <artifactId>org.swinglabs.swing-layout</artifactId>
                        <version>1.0.3</version>
-       </dependency>
+               </dependency>
 
 
                <!-- Apache poi -->

-- 
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