INT-1086, INT-1087, INT-1088 upgraded Spring Framework to 2.5.6.SEC01, Spring WS to 1.5.9.A, and Spring Security to 2.0.5.RELEASE

This commit is contained in:
Mark Fisher
2010-04-16 15:56:17 +00:00
parent 993e15413a
commit 350ed43937
17 changed files with 76 additions and 76 deletions

View File

@@ -29,10 +29,10 @@
<dependency org="org.springframework" name="org.springframework.context" rev="${spring.version}" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.5.A" conf="compile->runtime">
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.9.A" conf="compile->runtime">
<exclude org="org.springframework"/>
</dependency>
<dependency org="org.springframework.ws" name="org.springframework.oxm.java5" rev="1.5.5.A" conf="test->runtime">
<dependency org="org.springframework.ws" name="org.springframework.oxm.java5" rev="1.5.9.A" conf="test->runtime">
<exclude org="org.springframework"/>
</dependency>
</dependencies>