apply plugin: 'io.spring.convention.spring-module' description = "Spring Session Redis implementation" dependencies { compile project(':spring-session-core') compile ("org.springframework.data:spring-data-redis") { exclude group: "org.slf4j", module: 'slf4j-api' exclude group: "org.slf4j", module: 'jcl-over-slf4j' } compile "redis.clients:jedis" compile "org.apache.commons:commons-pool2" testCompile "javax.servlet:javax.servlet-api" testCompile "org.springframework.security:spring-security-core" testCompile "org.springframework.security:spring-security-web" }