INT-1129 moved MessageSource interface to 'core' package

This commit is contained in:
Mark Fisher
2010-07-28 15:16:15 +00:00
parent 81a91380a9
commit c69c29d2e1
19 changed files with 20 additions and 18 deletions

View File

@@ -22,9 +22,9 @@ import javax.management.ObjectName;
import org.springframework.integration.Message;
import org.springframework.integration.MessagingException;
import org.springframework.integration.core.MessageSource;
import org.springframework.integration.gateway.SimpleMessageMapper;
import org.springframework.integration.message.InboundMessageMapper;
import org.springframework.integration.message.MessageSource;
import org.springframework.jmx.support.ObjectNameManager;
import org.springframework.util.Assert;