Add spring-cloud-gateway-webflux on dependencies (#307)

artifact `spring-cloud-gateway-webflux` is missing on `dependencyManagement`.
This commit is contained in:
Sloggy
2018-06-05 21:51:20 +02:00
committed by Spencer Gibb
parent fd413d15dd
commit 759161758d

View File

@@ -21,6 +21,11 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-webflux</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-gateway-mvc</artifactId>