INT-1129 moved StringMessage from 'message' to 'core' (we might remove it before 2.0...)

This commit is contained in:
Mark Fisher
2010-07-28 15:22:33 +00:00
parent d11741fbab
commit 3f00c75740
123 changed files with 189 additions and 189 deletions

View File

@@ -32,8 +32,8 @@ import org.junit.Test;
import org.springframework.integration.Message;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.core.StringMessage;
import org.springframework.integration.httpinvoker.HttpInvokerInboundGateway;
import org.springframework.integration.message.StringMessage;
import org.springframework.mock.web.MockHttpServletRequest;
import org.springframework.mock.web.MockHttpServletResponse;
import org.springframework.remoting.support.RemoteInvocation;