Revert update to 3.0.4 (INT-1293) due to SpEL issue (SPR-7519)

Upon updating to 3.0.4 the build fails with SpEL error code EL1004E when
executing test method shouldFindSimpleAggregatorMethodWithArray().
Reverting for now, but SPR-7519 has been created for tracking what
appears to be a minor SpEL regression.

- template.mf files now declare range [3.0.3, 4.0.0) for all Spring dependencies

- pom.xml files reverted to dependence on 3.0.3.RELEASE
This commit is contained in:
Chris Beams
2010-09-02 12:42:23 +00:00
parent 4ded74b317
commit 41e8194239
25 changed files with 89 additions and 89 deletions

View File

@@ -18,7 +18,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>3.0.4.RELEASE</version>
<version>3.0.3.RELEASE</version>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>

View File

@@ -21,7 +21,7 @@
<org.mockito.version>1.8.4</org.mockito.version>
<org.hamcrest.version>1.1</org.hamcrest.version>
<org.slf4j.version>1.5.10</org.slf4j.version>
<org.springframework.version>3.0.4.RELEASE</org.springframework.version>
<org.springframework.version>3.0.3.RELEASE</org.springframework.version>
<org.springframework.security.version>2.0.5.RELEASE</org.springframework.security.version>
<org.springframework.ws.version>1.5.9</org.springframework.ws.version>
</properties>