RESOLVED - issue INT-162: Provide Spring-WS source adapters

http://jira.springframework.org/browse/INT-162

Added integration test for inbound gateway
This commit is contained in:
Iwein Fuld
2009-03-12 10:48:47 +00:00
parent b817c04202
commit 3c9ddafdcd
4 changed files with 162 additions and 1 deletions

View File

@@ -32,6 +32,7 @@
</dependency>
<!-- test dependencies -->
<dependency org="org.junit" name="com.springsource.org.junit" rev="4.4.0" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6.A" conf="test->runtime"/>
<dependency org="org.mockito" name="com.springsource.org.mockito" rev="1.6.0" conf="test->runtime"/>
<dependency org="org.springframework" name="org.springframework.test" rev="2.5.6.A" conf="test->runtime"/>
</dependencies>