Author: rgielen
Date: Mon Aug 10 15:39:53 2009
New Revision: 802832
URL: http://svn.apache.org/viewvc?rev=802832&view=rev
Log:
- use ${struts2.springPlatformVersion} for spring-test dep version
Modified:
struts/sandbox/trunk/struts2-json-plugin/pom.xml
Modified: struts/sandbox/trunk/struts2-json-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-json-plugin/pom.xml?rev=802832&r1=802831&r2=802832&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-json-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-json-plugin/pom.xml Mon Aug 10 15:39:53 2009
@@ -95,7 +95,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
- <version>2.5.5</version>
+ <version>${struts2.springPlatformVersion}</version>
<optional>true</optional>
</dependency>
</dependencies>