INT-1129 moved most of the MessagingException hierarchy to the root package (org.springframework.integration)

This commit is contained in:
Mark Fisher
2010-07-28 15:10:42 +00:00
parent 4de9a23357
commit 80a22b8a2c
150 changed files with 191 additions and 195 deletions

View File

@@ -31,9 +31,9 @@ import org.junit.Before;
import org.junit.Test;
import org.springframework.integration.Message;
import org.springframework.integration.MessagingException;
import org.springframework.integration.channel.QueueChannel;
import org.springframework.integration.core.MessageBuilder;
import org.springframework.integration.core.MessagingException;
import org.springframework.jmx.support.MBeanServerFactoryBean;
import org.springframework.jmx.support.ObjectNameManager;