apply plugin: 'io.spring.convention.spring-pom' description = "Spring Session and Spring JDBC integration" dependencies { compile project(':spring-session-core') compile "org.springframework:spring-context" compile "org.springframework:spring-jdbc" testCompile "javax.servlet:javax.servlet-api" testCompile "org.springframework:spring-web" testCompile "org.springframework.security:spring-security-core" integrationTestCompile "org.apache.derby:derby" integrationTestCompile "com.h2database:h2" integrationTestCompile "org.hsqldb:hsqldb" }