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

@@ -23,7 +23,7 @@ ext['spring-security.version'] = springSecurityVersion
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",
@@ -66,4 +66,4 @@ def reservePort() {
def result = socket.localPort
socket.close()
result
}
}