Author: ruschein
Date: 2010-11-29 14:37:37 -0800 (Mon, 29 Nov 2010)
New Revision: 23045
Modified:
core3/model-impl/trunk/it/pom.xml
core3/model-impl/trunk/pom.xml
Log:
More accurate dependency specifiction.
Modified: core3/model-impl/trunk/it/pom.xml
===================================================================
--- core3/model-impl/trunk/it/pom.xml 2010-11-29 22:33:19 UTC (rev 23044)
+++ core3/model-impl/trunk/it/pom.xml 2010-11-29 22:37:37 UTC (rev 23045)
@@ -88,5 +88,11 @@
<artifactId>pax-exam-container-default</artifactId>
<version>${pax.exam.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.cytoscape</groupId>
+ <artifactId>equations-impl</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>
Modified: core3/model-impl/trunk/pom.xml
===================================================================
--- core3/model-impl/trunk/pom.xml 2010-11-29 22:33:19 UTC (rev 23044)
+++ core3/model-impl/trunk/pom.xml 2010-11-29 22:37:37 UTC (rev 23045)
@@ -102,7 +102,7 @@
<groupId>org.cytoscape</groupId>
<artifactId>equations-impl</artifactId>
<version>1.0-SNAPSHOT</version>
- <scope>provided</scope>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.cytoscape</groupId>
--
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.