diff --git a/pom.xml b/pom.xml index 9f3bfc45b..16514f5cf 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ 3.1.0 3.1.0 4.0.11 - 5.1.4 + 5.2.0 5.11.1 diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index 031433483..1c225e605 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -110,6 +110,10 @@ org.mongodb mongodb-driver-sync + + org.springframework + spring-expression + diff --git a/spring-batch-infrastructure/pom.xml b/spring-batch-infrastructure/pom.xml index ba86d4487..1247403e0 100644 --- a/spring-batch-infrastructure/pom.xml +++ b/spring-batch-infrastructure/pom.xml @@ -183,6 +183,10 @@ org.slf4j slf4j-api + + org.springframework + spring-expression + diff --git a/spring-batch-integration/pom.xml b/spring-batch-integration/pom.xml index d02bb86b6..bfc85952b 100644 --- a/spring-batch-integration/pom.xml +++ b/spring-batch-integration/pom.xml @@ -32,6 +32,12 @@ org.springframework.integration spring-integration-core ${spring-integration.version} + + + org.springframework.retry + spring-retry + + org.springframework diff --git a/spring-batch-samples/pom.xml b/spring-batch-samples/pom.xml index 49c229c02..57f9ef2a1 100644 --- a/spring-batch-samples/pom.xml +++ b/spring-batch-samples/pom.xml @@ -120,6 +120,20 @@ org.springframework.data spring-data-mongodb ${spring-data-mongodb.version} + + + org.slf4j + slf4j-api + + + org.mongodb + mongodb-driver-sync + + + org.springframework + spring-expression + + org.springframework.data @@ -130,6 +144,12 @@ org.springframework.amqp spring-amqp ${spring-amqp.version} + + + org.springframework.retry + spring-retry + + org.springframework.amqp