Fixing the build

This commit is contained in:
Marcin Grzejszczak
2020-11-05 13:49:52 +01:00
parent ef62653671
commit 8d326d2cd4

View File

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