Add required webflux dependency

This commit is contained in:
Spencer Gibb
2017-10-10 10:40:59 -04:00
parent d2c5ee0439
commit 4a2905a304

View File

@@ -24,5 +24,9 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
</dependency>
</dependencies>
</project>