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

@@ -23,6 +23,8 @@ dependencies {
compile "io.lettuce:lettuce-core"
compile "com.h2database:h2"
compile project(':spring-session-hazelcast')
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "org.springframework.security:spring-security-test"
}