From 31b8b37ab44ced9f12c48eb97b59ffbeb49ad129 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Tue, 11 Aug 2015 12:45:44 -0400 Subject: [PATCH] INT-3741: Add Explicit spring-core Dependency JIRA: https://jira.spring.io/browse/INT-3741 spring-retry pulls in an old version. --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 92bb67184a..f85cd37da6 100644 --- a/build.gradle +++ b/build.gradle @@ -295,6 +295,7 @@ project('spring-integration-core') { } dependencies { + compile "org.springframework:spring-core:$springVersion" compile "org.springframework:spring-aop:$springVersion" compile "org.springframework:spring-context:$springVersion" compile "org.springframework:spring-messaging:$springVersion"