Author: kono
Date: 2012-07-12 16:12:19 -0700 (Thu, 12 Jul 2012)
New Revision: 29878

Modified:
   core3/impl/trunk/session-impl/integration-test/pom.xml
Log:
Dependencies added

Modified: core3/impl/trunk/session-impl/integration-test/pom.xml
===================================================================
--- core3/impl/trunk/session-impl/integration-test/pom.xml      2012-07-12 
22:27:12 UTC (rev 29877)
+++ core3/impl/trunk/session-impl/integration-test/pom.xml      2012-07-12 
23:12:19 UTC (rev 29878)
@@ -54,10 +54,75 @@
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
-
                <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>property-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>datasource-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>equations-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>model-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>group-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>work-headless-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>presentation-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>layout-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>viewmodel-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>vizmap-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
+                        <groupId>org.cytoscape</groupId>
+                        <artifactId>application-impl</artifactId>
+                        <version>${project.version}</version>
+                        <scope>test</scope>
+                </dependency>
+               <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>model-impl</artifactId>
+                       <artifactId>core-task-impl</artifactId>
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
@@ -70,7 +135,7 @@
 
                <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>vizmap-impl</artifactId>
+                       <artifactId>vizmap-gui-impl</artifactId>
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
@@ -88,16 +153,8 @@
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
-
                <dependency>
                        <groupId>org.cytoscape</groupId>
-                       <artifactId>application-impl</artifactId>
-                       <version>${project.version}</version>
-                       <scope>test</scope>
-               </dependency>
-
-               <dependency>
-                       <groupId>org.cytoscape</groupId>
                        <artifactId>work-swing-impl</artifactId>
                        <version>${project.version}</version>
                        <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.

Reply via email to