Upgraded Spring-WS, XML, and OXM to version 1.5.4.A (INT-346).

This commit is contained in:
Mark Fisher
2008-08-19 13:51:25 +00:00
parent 2ba1fe0842
commit 947a0e546f
6 changed files with 13 additions and 13 deletions

View File

@@ -24,7 +24,7 @@
<dependency org="org.custommonkey.xmlunit" name="com.springsource.org.custommonkey.xmlunit" rev="1.2.0" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.5.A" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.context" rev="2.5.5.A" conf="compile->runtime"/>
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.1.A" conf="compile->runtime"/>
<dependency org="org.springframework.ws" name="org.springframework.oxm" rev="1.5.4.A" conf="compile->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
</dependencies>