Author: ruschein
Date: 2011-06-10 16:22:02 -0700 (Fri, 10 Jun 2011)
New Revision: 25716
Modified:
core3/gui-distribution/branches/genomespace-experiment/startlevel-3/pom.xml
Log:
Work in progress.
Modified:
core3/gui-distribution/branches/genomespace-experiment/startlevel-3/pom.xml
===================================================================
--- core3/gui-distribution/branches/genomespace-experiment/startlevel-3/pom.xml
2011-06-10 23:20:48 UTC (rev 25715)
+++ core3/gui-distribution/branches/genomespace-experiment/startlevel-3/pom.xml
2011-06-10 23:22:02 UTC (rev 25716)
@@ -499,7 +499,7 @@
<dependency>
<groupId>org.cytoscape</groupId>
<artifactId>webservice-ncbi-client-impl</artifactId>
- <version>3.0.0-alpha3-SNAPSHOT</version>
+ <version>3.0.0-alpha2-SNAPSHOT</version>
</dependency>
<!-- Filters -->
@@ -606,7 +606,124 @@
<artifactId>org.apache.felix.fileinstall</artifactId>
<version>3.1.10</version>
</dependency>
-
+
+ <!-- GenomeSpace Libs -->
+ <dependency>
+ <groupId>commons-codec</groupId>
+ <artifactId>commons-codec</artifactId>
+ <version>1.3</version>
+ <classifier>osgi</classifier>
+ </dependency>
+ <dependency>
+ <groupId>commons-httpclient</groupId>
+ <artifactId>commons-httpclient</artifactId>
+ <version>3.1</version>
+ <classifier>osgi</classifier>
+ </dependency>
+<!--
+ <dependency>
+ <groupId>cytoscape-temp</groupId>
+ <artifactId>jets3t</artifactId>
+ <version>0.7.4</version>
+ </dependency>
+-->
+ <dependency>
+ <groupId>com.jamesmurty.utils</groupId>
+ <artifactId>java-xmlbuilder</artifactId>
+ <version>0.3</version>
+ <classifier>osgi</classifier>
+ </dependency>
+ <dependency>
+ <groupId>stax</groupId>
+ <artifactId>stax-api</artifactId>
+ <version>1.0.1</version>
+ <classifier>osgi</classifier>
+ </dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
+ <groupId>commons-lang</groupId>
+ <artifactId>commons-lang</artifactId>
+ <version>2.5</version>
+ </dependency>
+<!--
+ <dependency>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ <version>1.2.16</version>
+ </dependency>
+-->
+ <dependency>
+ <groupId>org.codehaus.jettison</groupId>
+ <artifactId>jettison</artifactId>
+ <version>1.2</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-core</artifactId>
+ <version>1.5-ea09</version>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.jersey</groupId>
+ <artifactId>jersey-client</artifactId>
+ <version>1.5-ea09</version>
+ </dependency>
+ <dependency>
+ <groupId>cytoscape-temp</groupId>
+ <artifactId>jersey-apache-client</artifactId>
+ <version>1.5-ea09</version>
+ </dependency>
+<!--
+ <dependency>
+ <groupId>javax.ws.rs</groupId>
+ <artifactId>jsr311-api</artifactId>
+ <version>1.1.1</version>
+ </dependency>
+-->
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-core-asl</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-jaxrs</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-mapper-asl</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.jackson</groupId>
+ <artifactId>jackson-xc</artifactId>
+ <version>1.5.5</version>
+ </dependency>
+<!--
+ <dependency>
+ <groupId>org.genomespace</groupId>
+ <artifactId>clientdevelopmentkit</artifactId>
+ <version>0.1-SNAPSHOT</version>
+ </dependency>
+-->
</dependencies>
+ <repositories>
+ <repository>
+ <id>cytoscape_thirdparty</id>
+ <snapshots>
+ <enabled>true</enabled>
+ </snapshots>
+ <releases>
+ <enabled>true</enabled>
+ </releases>
+ <name>OSGi Bundle Wrapper</name>
+
<url>http://grid.sonatype.org:9000/nexus/content/repositories/central/</url>
+ </repository>
+ </repositories>
+
</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.