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:
@@ -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.");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user