Added webflux for tests - otherwise it fails 🤷

This commit is contained in:
Marcin Grzejszczak
2020-11-05 14:11:07 +01:00
parent 8d326d2cd4
commit 72c2acab93

View File

@@ -67,6 +67,11 @@
<artifactId>curator-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>