Browse Source

Move to proper supported redis starter

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

2
spring-cloud-gateway-core/pom.xml

@ -58,7 +58,7 @@ @@ -58,7 +58,7 @@
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis-reactive</artifactId>
<artifactId>spring-boot-starter-data-redis</artifactId>
<optional>true</optional>
</dependency>
<dependency>

Loading…
Cancel
Save