Author: pwang
Date: 2010-11-05 17:27:06 -0700 (Fri, 05 Nov 2010)
New Revision: 22743
Modified:
core3/plugin-impl/trunk/pom.xml
Log:
Add two dependencies -- lucene and jdom
Modified: core3/plugin-impl/trunk/pom.xml
===================================================================
--- core3/plugin-impl/trunk/pom.xml 2010-11-06 00:14:11 UTC (rev 22742)
+++ core3/plugin-impl/trunk/pom.xml 2010-11-06 00:27:06 UTC (rev 22743)
@@ -159,6 +159,17 @@
<version>3.0.0-alpha2-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>org.apache.lucene</groupId>
+ <artifactId>lucene-core</artifactId>
+ <version>3.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>jdom</groupId>
+ <artifactId>jdom</artifactId>
+ <version>1.1</version>
+ </dependency>
+
+ <dependency>
<groupId>org.cytoscape</groupId>
<artifactId>plugin-api</artifactId>
<version>3.0.0-alpha1</version>
--
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.