Update references to Spring Boot's Redis starter

Closes gh-952
This commit is contained in:
Vedran Pavic
2018-01-29 16:54:46 +01:00
parent 2d3001a24e
commit f0e187fbd7
4 changed files with 5 additions and 5 deletions

View File

@@ -16,7 +16,7 @@ group = 'samples'
dependencies {
compile project(':spring-session'),
"org.springframework.boot:spring-boot-starter-redis",
"org.springframework.boot:spring-boot-starter-data-redis",
"org.springframework.boot:spring-boot-starter-web",
"org.springframework.boot:spring-boot-starter-thymeleaf",
"org.springframework.boot:spring-boot-starter-security",