INT-772 Updated ivy.xml files to reference OXM from Spring 3 instead of Spring WS.

This commit is contained in:
Mark Fisher
2009-08-25 14:50:54 +00:00
parent 1e9a998385
commit f1587679ad
3 changed files with 4 additions and 8 deletions

View File

@@ -23,7 +23,7 @@
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.6.0" conf="test->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework.integration" name="org.springframework.integration.adapter" rev="latest.integration" conf="compile->compile"/>
<dependency org="org.springframework" name="org.springframework.test" rev="3.0.0.CI-336" conf="compile->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="${spring.version}" conf="compile->runtime"/>
<dependency org="org.mockito" name="com.springsource.org.mockito" rev="1.6.0" />
</dependencies>