Added line to fix build due to Gradle bug

This commit is contained in:
Michael Minella
2020-08-28 13:08:38 -05:00
committed by Mahmoud Ben Hassine
parent b708dfb025
commit 9e429aa44c

View File

@@ -311,6 +311,8 @@ project('spring-batch-infrastructure') {
dependencies {
testCompile enforcedPlatform("org.springframework:spring-framework-bom:$springVersion")
compile "org.springframework:spring-core:$springVersion"
compile "org.springframework.retry:spring-retry:$springRetryVersion"