Fixes GemFire client/server integratione tests issue when setting JAVA_TOOL_OPTIONS env var

Fixes gh-669
This commit is contained in:
John Blum
2017-01-17 15:42:41 -08:00
parent 0e10b7763c
commit 3e24393e9a
13 changed files with 256 additions and 54 deletions

View File

@@ -16,8 +16,6 @@ apply from: SAMPLE_GRADLE
group = 'samples'
ext['reactor.version'] = reactorVersion
dependencies {
compile(project(':spring-session-data-redis')) {
exclude module: 'jedis'