Author: pwang
Date: 2010-11-18 12:16:22 -0800 (Thu, 18 Nov 2010)
New Revision: 22905
Modified:
cytoscape3/trunk/provision/pom.xml
Log:
Add bundles required by plugin manager
Modified: cytoscape3/trunk/provision/pom.xml
===================================================================
--- cytoscape3/trunk/provision/pom.xml 2010-11-18 20:05:30 UTC (rev 22904)
+++ cytoscape3/trunk/provision/pom.xml 2010-11-18 20:16:22 UTC (rev 22905)
@@ -437,6 +437,23 @@
<version>1.0.0</version>
</dependency>
+ <!-- Required by plugin manager -->
+ <dependency>
+ <groupId>org.cytoscape.wrappers</groupId>
+ <artifactId>org.apache.lucene</artifactId>
+ <version>3.0.2</version>
+ </dependency>
+ <dependency>
+ <groupId>org.jdom</groupId>
+ <artifactId>com.springsource.org.jdom</artifactId>
+ <version>1.1.0</version>
+ </dependency>
+ <dependency>
+ <groupId>org.cytoscape.wrappers</groupId>
+ <artifactId>org.swinglabs.swing-layout</artifactId>
+ <version>1.0.3</version>
+ </dependency>
+
<!-- If you want to run your plugin, add dependencies below -->
--
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.