IN PROGRESS - issue INT-470: Add a general HTTP outbound handler

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

Split out all java.net specific code to strategy.
This commit is contained in:
Iwein Fuld
2009-03-15 14:31:12 +00:00
parent 5ddb2152a0
commit 4e62f25364
5 changed files with 254 additions and 165 deletions

View File

@@ -25,6 +25,7 @@
<dependency org="org.easymock" name="com.springsource.org.easymock.classextension" rev="2.3.0" conf="test->runtime"/>
<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.web.servlet" rev="2.5.6.A" conf="compile->runtime"/>
<dependency org="org.springframework.integration" name="org.springframework.integration" rev="latest.integration" conf="compile->compile"/>
</dependencies>