INT-1129 moved MessageSelector from 'selector' to 'core'

This commit is contained in:
Mark Fisher
2010-07-28 14:45:03 +00:00
parent 008cac18f5
commit b3b4f58ec8
32 changed files with 31 additions and 29 deletions

View File

@@ -39,9 +39,9 @@ import org.springframework.integration.channel.AbstractPollableChannel;
import org.springframework.integration.channel.ChannelInterceptor;
import org.springframework.integration.core.Message;
import org.springframework.integration.core.MessageChannel;
import org.springframework.integration.core.MessageSelector;
import org.springframework.integration.security.channel.ChannelAccessPolicy;
import org.springframework.integration.security.channel.ChannelSecurityInterceptor;
import org.springframework.integration.selector.MessageSelector;
import org.springframework.security.access.ConfigAttribute;
import org.springframework.security.access.SecurityConfig;
import org.springframework.test.context.ContextConfiguration;