Move to proper supported redis starter

This commit is contained in:
Spencer Gibb
2017-10-10 23:15:22 -04:00
parent 6e188a5abb
commit 40f2528a3e

View File

@@ -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>