INT-1129 moved MessageBuilder from 'message' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:38:36 +00:00
parent 012b08f1db
commit 00d3e351f7
194 changed files with 276 additions and 273 deletions

View File

@@ -26,9 +26,10 @@ import javax.xml.transform.dom.DOMSource;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.integration.core.Message;
import org.springframework.integration.message.MessageBuilder;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.ws.SimpleWebServiceInboundGateway;
import org.springframework.integration.xml.source.DomSourceFactory;
import org.springframework.test.context.ContextConfiguration;