Author: mes
Date: 2010-11-12 13:52:54 -0800 (Fri, 12 Nov 2010)
New Revision: 22826
Modified:
core3/psi-mi-impl/trunk/pom.xml
Log:
fixed dependencies
Modified: core3/psi-mi-impl/trunk/pom.xml
===================================================================
--- core3/psi-mi-impl/trunk/pom.xml 2010-11-12 21:40:09 UTC (rev 22825)
+++ core3/psi-mi-impl/trunk/pom.xml 2010-11-12 21:52:54 UTC (rev 22826)
@@ -20,30 +20,11 @@
<packaging>bundle</packaging>
<dependencies>
<dependency>
- <groupId>cytoscape</groupId>
- <artifactId>application</artifactId>
- <version>1.0-SNAPSHOT</version>
- </dependency>
- <dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-xjc</artifactId>
<version>2.1.12</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>
@@ -51,6 +32,16 @@
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
+ <artifactId>io-api</artifactId>
+ <version>3.0.0-alpha1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>layout-api</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
<artifactId>test-support</artifactId>
<version>1.0-SNAPSHOT</version>
<scope>test</scope>
@@ -123,4 +114,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.