Author: kono
Date: 2010-11-05 17:48:08 -0700 (Fri, 05 Nov 2010)
New Revision: 22745
Modified:
core3/linkout-impl/trunk/pom.xml
core3/vizmap-gui-impl/trunk/pom.xml
Log:
Spring dependency added. This is necessary to enable IDE error checking.
Modified: core3/linkout-impl/trunk/pom.xml
===================================================================
--- core3/linkout-impl/trunk/pom.xml 2010-11-06 00:39:10 UTC (rev 22744)
+++ core3/linkout-impl/trunk/pom.xml 2010-11-06 00:48:08 UTC (rev 22745)
@@ -69,6 +69,14 @@
<artifactId>service-util</artifactId>
<version>3.0.0-alpha1</version>
</dependency>
+
+ <!-- This is necessary to validate Spring XML. -->
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>${spring.version}</version>
+ <scope>provided</scope>
+ </dependency>
</dependencies>
</project>
Modified: core3/vizmap-gui-impl/trunk/pom.xml
===================================================================
--- core3/vizmap-gui-impl/trunk/pom.xml 2010-11-06 00:39:10 UTC (rev 22744)
+++ core3/vizmap-gui-impl/trunk/pom.xml 2010-11-06 00:48:08 UTC (rev 22745)
@@ -108,10 +108,12 @@
<version>0.9.7</version>
<type>bundle</type>
</dependency>
+
+ <!-- This is necessary to validate Spring XML. -->
<dependency>
- <groupId>org.ops4j.pax.logging</groupId>
- <artifactId>pax-logging-api</artifactId>
- <version>1.5.2</version>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>${spring.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
--
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.