Browse Source

Add webflux back to starter.

pull/96/head
Spencer Gibb 7 years ago
parent
commit
53d7d3526c
No known key found for this signature in database
GPG Key ID: 7788A47380690861
  1. 4
      spring-cloud-starter-gateway/pom.xml

4
spring-cloud-starter-gateway/pom.xml

@ -24,5 +24,9 @@ @@ -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>

Loading…
Cancel
Save