From ac833103a0c4e7031e285dff3b29b6fffa3462c8 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Mon, 15 Jun 2020 17:24:34 -0400 Subject: [PATCH] Adding junit-vintage dependency for junit4 tests --- pom.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 7339668b3..bf79c3d24 100644 --- a/pom.xml +++ b/pom.xml @@ -30,6 +30,14 @@ true true + + spring-cloud-stream + spring-cloud-stream-binder-test + spring-cloud-stream-test-support + spring-cloud-stream-test-support-internal + spring-cloud-stream-integration-tests + docs + @@ -109,14 +117,13 @@ - - spring-cloud-stream - spring-cloud-stream-binder-test - spring-cloud-stream-test-support - spring-cloud-stream-test-support-internal - spring-cloud-stream-integration-tests - docs - + + + org.junit.vintage + junit-vintage-engine + test + +