Author: mes
Date: 2010-11-12 13:55:59 -0800 (Fri, 12 Nov 2010)
New Revision: 22827

Modified:
   core3/sbml-impl/trunk/pom.xml
Log:
fixed dependencies

Modified: core3/sbml-impl/trunk/pom.xml
===================================================================
--- core3/sbml-impl/trunk/pom.xml       2010-11-12 21:52:54 UTC (rev 22826)
+++ core3/sbml-impl/trunk/pom.xml       2010-11-12 21:55:59 UTC (rev 22827)
@@ -20,11 +20,10 @@
        <packaging>bundle</packaging>
        <dependencies>
                <dependency>
-                       <groupId>cytoscape</groupId>
-                       <artifactId>application</artifactId>
-                       <version>1.0-SNAPSHOT</version>
+                       <groupId>org.cytoscape</groupId>
+                       <artifactId>io-api</artifactId>
+                       <version>3.0.0-alpha1</version>
                </dependency>
-
                <dependency>
                        <groupId>cytoscape-temp</groupId>
                        <artifactId>jsbml</artifactId>
@@ -65,22 +64,7 @@
                        <artifactId>xstream</artifactId>
                        <version>1.3.1</version>
                </dependency>
-
                <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>osgi_R4_core</artifactId>
-                       <version>1.0</version>
-                       <scope>provided</scope>
-                       <optional>true</optional>
-               </dependency>
-               <dependency>
-                       <groupId>org.osgi</groupId>
-                       <artifactId>osgi_R4_compendium</artifactId>
-                       <version>1.0</version>
-                       <scope>provided</scope>
-                       <optional>true</optional>
-               </dependency>
-               <dependency>
                        <groupId>junit</groupId>
                        <artifactId>junit</artifactId>
                        <version>${junit.version}</version>
@@ -136,4 +120,4 @@
                        </plugin>
                </plugins>
        </build>
-</project>
\ No newline at end of file
+</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