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
+