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

@@ -14,6 +14,8 @@ dependencies {
compile "com.maxmind.geoip2:geoip2"
compile "org.apache.httpcomponents:httpclient"
compile project(':spring-session-hazelcast')
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "org.assertj:assertj-core"

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"

View File

@@ -15,6 +15,8 @@ dependencies {
compile "io.lettuce:lettuce-core"
compile "org.apache.httpcomponents:httpclient"
compile project(':spring-session-hazelcast')
testCompile "org.springframework.boot:spring-boot-starter-test"
testCompile "org.assertj:assertj-core"
testCompile "org.skyscreamer:jsonassert"

View File

@@ -11,6 +11,8 @@ dependencies {
compile "org.webjars:html5shiv"
compile "org.webjars:webjars-locator"
compile project(':spring-session-hazelcast')
testCompile "org.springframework.boot:spring-boot-starter-test"
integrationTestCompile seleniumDependencies

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"
}