From 72c2acab93f002f03f127b8b64ca648b67e6b530 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 5 Nov 2020 14:11:07 +0100 Subject: [PATCH] Added webflux for tests - otherwise it fails :shrug: --- .../spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml b/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml index 04462b4fde..d9095e6d17 100644 --- a/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml +++ b/tests/spring-cloud-contract-stub-runner-boot-zookeeper/pom.xml @@ -67,6 +67,11 @@ curator-test test + + org.springframework.boot + spring-boot-starter-webflux + test +