Update to embedded 0.5

Fixes gh-179
This commit is contained in:
Rob Winch
2015-04-03 12:07:49 -05:00
parent d46bc636de
commit 208493b6fd
9 changed files with 9 additions and 9 deletions

View File

@@ -19,7 +19,7 @@ dependencies {
compile project(':spring-session-data-redis'),
"org.springframework.boot:spring-boot-starter-web",
"org.springframework.boot:spring-boot-starter-thymeleaf",
"redis.embedded:embedded-redis:0.2",
"redis.embedded:embedded-redis:$embeddedRedisVersion",
"nz.net.ultraq.thymeleaf:thymeleaf-layout-dialect",
"org.springframework.security:spring-security-web:$springSecurityVersion",
"org.springframework.security:spring-security-config:$springSecurityVersion"