Author: mes
Date: 2010-10-05 13:55:47 -0700 (Tue, 05 Oct 2010)
New Revision: 22154
Modified:
core3/cmdline-application/trunk/cmdline-provision/pom.xml
Log:
now using property-api and property-impl
Modified: core3/cmdline-application/trunk/cmdline-provision/pom.xml
===================================================================
--- core3/cmdline-application/trunk/cmdline-provision/pom.xml 2010-10-05
20:55:24 UTC (rev 22153)
+++ core3/cmdline-application/trunk/cmdline-provision/pom.xml 2010-10-05
20:55:47 UTC (rev 22154)
@@ -226,10 +226,16 @@
<!-- for properties -->
<dependency>
<groupId>org.cytoscape</groupId>
- <artifactId>property</artifactId>
+ <artifactId>property-api</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
<dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>property-impl</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </dependency>
+
+ <dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>com.springsource.javax.xml.bind</artifactId>
<version>2.1.7</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.