Author: mes
Date: 2010-11-03 15:24:56 -0700 (Wed, 03 Nov 2010)
New Revision: 22701

Modified:
   core3/model-impl/trunk/pom.xml
   
core3/model-impl/trunk/src/integration/java/integration/ITSpringIntegration.java
Log:
oops, actually needed that dependency and it needed to be in the pom too

Modified: core3/model-impl/trunk/pom.xml
===================================================================
--- core3/model-impl/trunk/pom.xml      2010-11-03 22:21:41 UTC (rev 22700)
+++ core3/model-impl/trunk/pom.xml      2010-11-03 22:24:56 UTC (rev 22701)
@@ -186,6 +186,12 @@
                        <scope>test</scope>
                </dependency>
                <dependency>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>event-impl</artifactId>
+                       <version>3.0.0-alpha1</version>
+                       <scope>test</scope>
+               </dependency>
+               <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>${junit.version}</version>

Modified: 
core3/model-impl/trunk/src/integration/java/integration/ITSpringIntegration.java
===================================================================
--- 
core3/model-impl/trunk/src/integration/java/integration/ITSpringIntegration.java
    2010-11-03 22:21:41 UTC (rev 22700)
+++ 
core3/model-impl/trunk/src/integration/java/integration/ITSpringIntegration.java
    2010-11-03 22:24:56 UTC (rev 22701)
@@ -19,6 +19,7 @@
        public ITSpringIntegration() {
                super( "org.cytoscape.model-impl",
                       new String[] { "org.cytoscape, event-api, 3.0.0-alpha1",
+                                     "org.cytoscape, event-impl, 
3.0.0-alpha1", 
                                      "org.cytoscape, model-api, 3.0.0-alpha1", 
                                      "org.cytoscape, model-impl, 
3.0.0-alpha2-SNAPSHOT",
                                      "org.cytoscape, integration-test-support, 
3.0.0-alpha2" ,

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