From 0b2a2c26a2a48d5fce4fd57e5d751bf472be2171 Mon Sep 17 00:00:00 2001 From: Mahmoud Ben Hassine Date: Wed, 22 Jun 2022 11:57:54 +0200 Subject: [PATCH] Add junit-vintage-engine test dependency to spring-batch-core Failing tests will be fixed in a separate commit. Resolves #4121 --- pom.xml | 1 + spring-batch-core/pom.xml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index 5c2823de2..2b2d611df 100644 --- a/pom.xml +++ b/pom.xml @@ -82,6 +82,7 @@ 1.0.0-SNAPSHOT 4.13.2 + ${junit-jupiter.version} 2.2 3.22.0 4.5.1 diff --git a/spring-batch-core/pom.xml b/spring-batch-core/pom.xml index d7e292766..0507ec740 100644 --- a/spring-batch-core/pom.xml +++ b/spring-batch-core/pom.xml @@ -207,6 +207,12 @@ + + org.junit.vintage + junit-vintage-engine + ${junit-vintage-engine.version} + test + org.hamcrest hamcrest-library