Author: clopes
Date: 2012-03-22 07:32:38 -0700 (Thu, 22 Mar 2012)
New Revision: 28613

Modified:
   core3/impl/trunk/io-impl/pom.xml
Log:
Missing group-api dependency

Modified: core3/impl/trunk/io-impl/pom.xml
===================================================================
--- core3/impl/trunk/io-impl/pom.xml    2012-03-22 02:13:03 UTC (rev 28612)
+++ core3/impl/trunk/io-impl/pom.xml    2012-03-22 14:32:38 UTC (rev 28613)
@@ -93,8 +93,12 @@
                        <groupId>org.cytoscape</groupId>
                        <artifactId>property-api</artifactId>
                </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>group-api</artifactId>
+               </dependency>
+               
                <!-- 3rd party libraries -->
-
                <dependency>
                        <groupId>com.lowagie.text</groupId>
                        
<artifactId>com.springsource.com.lowagie.text</artifactId>
@@ -184,6 +188,19 @@
                        <version>${project.version}</version>
                        <scope>test</scope>
                </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>group-impl</artifactId>
+                       <version>${project.version}</version>
+                       <type>test-jar</type>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>group-impl</artifactId>
+                       <version>${project.version}</version>
+                       <scope>test</scope>
+               </dependency>
        </dependencies>
 </project>
 

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