File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-integration-core/src/test/java/org/springframework/integration/dsl/manualflow
spring-integration-ftp/src/test/java/org/springframework/integration/ftp/dsl Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 61
61
import org .springframework .integration .config .EnableIntegration ;
62
62
import org .springframework .integration .config .EnableIntegrationManagement ;
63
63
import org .springframework .integration .config .EnableMessageHistory ;
64
- import org .springframework .integration .config .IntegrationManagementConfigurer ;
64
+ import org .springframework .integration .support . management .IntegrationManagementConfigurer ;
65
65
import org .springframework .integration .core .MessageProducer ;
66
66
import org .springframework .integration .core .MessagingTemplate ;
67
67
import org .springframework .integration .dsl .IntegrationFlow ;
Original file line number Diff line number Diff line change 47
47
import org .springframework .integration .channel .QueueChannel ;
48
48
import org .springframework .integration .config .EnableIntegration ;
49
49
import org .springframework .integration .config .EnableIntegrationManagement ;
50
- import org .springframework .integration .config .IntegrationManagementConfigurer ;
50
+ import org .springframework .integration .support . management .IntegrationManagementConfigurer ;
51
51
import org .springframework .integration .core .MessageSource ;
52
52
import org .springframework .integration .dsl .IntegrationFlow ;
53
53
import org .springframework .integration .dsl .IntegrationFlows ;
You can’t perform that action at this time.
0 commit comments