Add webflux back to starter.

This commit is contained in:
Spencer Gibb
2017-10-31 13:13:42 -04:00
parent 817db5b5b5
commit 53d7d3526c

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>