Author: rodche
Date: 2011-09-21 10:07:11 -0700 (Wed, 21 Sep 2011)
New Revision: 26907
Modified:
core3/gui-distribution/trunk/startlevel-3/pom.xml
Log:
included com.springsource.org.apache.commons.lang bundle (required by
biopax-impl core plugin)
Modified: core3/gui-distribution/trunk/startlevel-3/pom.xml
===================================================================
--- core3/gui-distribution/trunk/startlevel-3/pom.xml 2011-09-21 15:23:33 UTC
(rev 26906)
+++ core3/gui-distribution/trunk/startlevel-3/pom.xml 2011-09-21 17:07:11 UTC
(rev 26907)
@@ -609,10 +609,15 @@
<dependency>
<groupId>cytoscape-temp</groupId>
<artifactId>paxtools-core</artifactId>
- <version>3.0.0</version>
+ <version>4.0.0</version>
</dependency>
<dependency>
<groupId>cytoscape-temp</groupId>
+ <artifactId>biopax-converter</artifactId>
+ <version>4.0.0</version>
+ </dependency>
+ <dependency>
+ <groupId>cytoscape-temp</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
@@ -621,11 +626,16 @@
<artifactId>collections-generic</artifactId>
<version>4.01</version>
</dependency>
+<!-- <dependency> -->
+<!-- <groupId>javax.persistence</groupId> -->
+<!--
<artifactId>com.springsource.javax.persistence</artifactId> -->
+<!-- <version>2.0.0</version> -->
+<!-- </dependency> -->
<dependency>
- <groupId>org.jdom</groupId>
- <artifactId>jdom</artifactId>
- <version>1.1</version>
- </dependency>
+ <groupId>org.apache.commons</groupId>
+
<artifactId>com.springsource.org.apache.commons.lang</artifactId>
+ <version>2.4.0</version>
+ </dependency>
<!-- cPath2 plugin -->
<dependency>
--
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.