Author: kono
Date: 2011-06-23 16:29:11 -0700 (Thu, 23 Jun 2011)
New Revision: 25909
Modified:
core3/gui-distribution/trunk/startlevel-3/pom.xml
Log:
iText version had been changed to oler version since latest version has broken
OSGi metadata.
Modified: core3/gui-distribution/trunk/startlevel-3/pom.xml
===================================================================
--- core3/gui-distribution/trunk/startlevel-3/pom.xml 2011-06-23 23:25:50 UTC
(rev 25908)
+++ core3/gui-distribution/trunk/startlevel-3/pom.xml 2011-06-23 23:29:11 UTC
(rev 25909)
@@ -80,11 +80,18 @@
</dependency>
<!-- 3rd Party Libraries -->
- <dependency>
+ <!-- Latest version of iText has broken OSGi metadata and we
have to wait until they fix it... -->
+ <!-- <dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.1.1</version>
</dependency>
+ -->
+ <dependency>
+ <groupId>com.lowagie.text</groupId>
+
<artifactId>com.springsource.com.lowagie.text</artifactId>
+ <version>2.0.8</version>
+ </dependency>
<!-- Wrapped 3rd Party Libraries -->
<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.