INT-4551: Fix exception msg from previous commit

JIRA: https://jira.spring.io/browse/INT-4551

**Cherry-pick to 5.0.x**

(cherry picked from commit 1dca553850)
This commit is contained in:
Artem Bilan
2018-11-08 14:52:58 -05:00
parent ce42e56d7e
commit 5dff882f5e

View File

@@ -93,7 +93,7 @@ public class IntegrationRegistrar implements ImportBeanDefinitionRegistrar, Bean
throw new ApplicationContextException("Starting with Spring Integration 5.0, "
+ "the 'spring-integration-java-dsl' dependency is no longer needed; "
+ "the Java DSL has been merged into the core project. "
+ "Having it present it on the classpath causes class loading conflicts.");
+ "If it is present on the classpath, it will cause class loading conflicts.");
}
}