Author: kono
Date: 2010-08-12 12:41:37 -0700 (Thu, 12 Aug 2010)
New Revision: 21346
Modified:
core3/log-swing/trunk/pom.xml
Log:
Dependency fixed. This scope is required for provisioning.
Modified: core3/log-swing/trunk/pom.xml
===================================================================
--- core3/log-swing/trunk/pom.xml 2010-08-12 17:32:54 UTC (rev 21345)
+++ core3/log-swing/trunk/pom.xml 2010-08-12 19:41:37 UTC (rev 21346)
@@ -122,11 +122,13 @@
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-api</artifactId>
<version>1.5.2</version>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.ops4j.pax.logging</groupId>
<artifactId>pax-logging-service</artifactId>
<version>1.5.2</version>
+ <scope>compile</scope>
</dependency>
<!-- Modules for Testing -->
--
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.