Prepare for Spring Boot 1.5 compatibility

This commit is contained in:
Stephane Nicoll
2017-01-06 13:06:31 +01:00
parent f576d89bf8
commit 5efc6dc947
2 changed files with 8 additions and 3 deletions

View File

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