INT-1487 now using Spring 3.0.5 core Serializer/Deserializer, INT-1490 import version is now resolved since it's included in 'core' import, and INT-1526 updated the affected template.mf files for 3.0.5 as the minimum (will address others next)

This commit is contained in:
Mark Fisher
2010-10-22 21:12:06 -05:00
parent f51a9a10d7
commit 180753ca5b
27 changed files with 49 additions and 74 deletions

View File

@@ -30,11 +30,6 @@
<artifactId>spring-tx</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.commons</groupId>
<artifactId>spring-commons-serializer</artifactId>
<optional>true</optional>
</dependency>
<!-- test-scoped dependencies -->
<dependency>
<groupId>junit</groupId>