Issue gh-806
This commit is contained in:
Rob Winch
2017-06-19 09:49:50 -05:00
parent 043cb42149
commit 79b8296e1c
5 changed files with 11 additions and 0 deletions

View File

@@ -12,6 +12,9 @@ dependencies {
compile "org.webjars:webjars-locator"
compile "com.h2database:h2"
compile project(':spring-session-hazelcast')
compile project(':spring-session-data-redis')
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "org.assertj:assertj-core"