INT-1129 moved MessagingTemplate from 'channel' to 'core' package

This commit is contained in:
Mark Fisher
2010-07-28 14:28:18 +00:00
parent af14b065f8
commit 012b08f1db
28 changed files with 29 additions and 30 deletions

View File

@@ -25,8 +25,8 @@ import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.integration.channel.DirectChannel;
import org.springframework.integration.channel.MessagingTemplate;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessagingTemplate;
import org.springframework.integration.message.*;
import org.springframework.test.context.ContextConfiguration;