From c2ede3e7cce2469ec621cd5d709660a33f009b08 Mon Sep 17 00:00:00 2001 From: spencergibb Date: Mon, 8 Jun 2020 11:29:10 -0400 Subject: [PATCH] Adds junit-vintage-engine --- spring-cloud-consul-binder/pom.xml | 5 +++++ spring-cloud-consul-config/pom.xml | 6 +++++- spring-cloud-consul-core/pom.xml | 6 +++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/spring-cloud-consul-binder/pom.xml b/spring-cloud-consul-binder/pom.xml index c568a1b6..d3bd301c 100644 --- a/spring-cloud-consul-binder/pom.xml +++ b/spring-cloud-consul-binder/pom.xml @@ -51,6 +51,11 @@ spring-boot-starter-test test + + org.junit.vintage + junit-vintage-engine + test + com.github.tomakehurst wiremock diff --git a/spring-cloud-consul-config/pom.xml b/spring-cloud-consul-config/pom.xml index 7418316d..abe4c4f4 100644 --- a/spring-cloud-consul-config/pom.xml +++ b/spring-cloud-consul-config/pom.xml @@ -73,7 +73,11 @@ spring-boot-starter-test test - + + org.junit.vintage + junit-vintage-engine + test + diff --git a/spring-cloud-consul-core/pom.xml b/spring-cloud-consul-core/pom.xml index 64eb29ab..3c66ab44 100644 --- a/spring-cloud-consul-core/pom.xml +++ b/spring-cloud-consul-core/pom.xml @@ -93,7 +93,11 @@ spring-boot-starter-test test - + + org.junit.vintage + junit-vintage-engine + test +