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 6161import org .springframework .integration .config .EnableIntegration ;
6262import org .springframework .integration .config .EnableIntegrationManagement ;
6363import org .springframework .integration .config .EnableMessageHistory ;
64- import org .springframework .integration .config .IntegrationManagementConfigurer ;
64+ import org .springframework .integration .support . management .IntegrationManagementConfigurer ;
6565import org .springframework .integration .core .MessageProducer ;
6666import org .springframework .integration .core .MessagingTemplate ;
6767import org .springframework .integration .dsl .IntegrationFlow ;
Original file line number Diff line number Diff line change 4747import org .springframework .integration .channel .QueueChannel ;
4848import org .springframework .integration .config .EnableIntegration ;
4949import org .springframework .integration .config .EnableIntegrationManagement ;
50- import org .springframework .integration .config .IntegrationManagementConfigurer ;
50+ import org .springframework .integration .support . management .IntegrationManagementConfigurer ;
5151import org .springframework .integration .core .MessageSource ;
5252import org .springframework .integration .dsl .IntegrationFlow ;
5353import org .springframework .integration .dsl .IntegrationFlows ;
You can’t perform that action at this time.
0 commit comments