From d7acc31893d1de0197ce6017fa9de727d35ef7b1 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 9 Sep 2020 14:27:48 +0200 Subject: [PATCH] Use compile scope for SF bom enforcedPlatform --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 543b3593c..51a88f0b7 100644 --- a/build.gradle +++ b/build.gradle @@ -311,7 +311,7 @@ project('spring-batch-infrastructure') { dependencies { - testCompile enforcedPlatform("org.springframework:spring-framework-bom:$springVersion") + compile enforcedPlatform("org.springframework:spring-framework-bom:$springVersion") compile "org.springframework:spring-core:$springVersion" compile "org.springframework.retry:spring-retry:$springRetryVersion"