From 72ec91814ee1b1dbd6d914899205144122cedbca Mon Sep 17 00:00:00 2001 From: spencergibb Date: Mon, 8 Jun 2020 11:35:49 -0400 Subject: [PATCH] Adds junit-vintage-engine --- spring-cloud-config-monitor/pom.xml | 5 +++++ spring-cloud-config-sample/pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/spring-cloud-config-monitor/pom.xml b/spring-cloud-config-monitor/pom.xml index 0a5f4bbb..ddfaf2f2 100644 --- a/spring-cloud-config-monitor/pom.xml +++ b/spring-cloud-config-monitor/pom.xml @@ -46,5 +46,10 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + diff --git a/spring-cloud-config-sample/pom.xml b/spring-cloud-config-sample/pom.xml index 2372438d..d7670663 100644 --- a/spring-cloud-config-sample/pom.xml +++ b/spring-cloud-config-sample/pom.xml @@ -47,6 +47,11 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test +