- Update Spring Boot 1.2.3.RELEASE - Update Spring Security 4.0.0.RELEASE - Update Spring 4.1.6.RELEASE - Update Groovy 2.3.8 - Update Jackson 2.4.5 - Update Jedis 2.5.2 - Update Spring Data Redis 1.4.2 Fixes gh-126
20 lines
492 B
Groovy
20 lines
492 B
Groovy
apply from: JAVA_GRADLE
|
|
apply from: TOMCAT_GRADLE
|
|
|
|
tasks.findByPath("artifactoryPublish")?.enabled = false
|
|
sonarRunner {
|
|
skipProject = true
|
|
}
|
|
|
|
dependencies {
|
|
compile project(':spring-session-data-redis'),
|
|
"org.springframework:spring-web:$springVersion",
|
|
"redis.embedded:embedded-redis:$embeddedRedisVersion",
|
|
jstlDependencies
|
|
|
|
providedCompile "javax.servlet:javax.servlet-api:$servletApiVersion"
|
|
|
|
testCompile "junit:junit:$junitVersion"
|
|
|
|
integrationTestCompile gebDependencies
|
|
} |