build.gradle
dependencies {
compile 'org.springframework.webflow:spring-webflow:2.4.5.RELEASE'
compile 'org.springframework.security:spring-security-web:4.2.3.RELEASE'
compile 'org.springframework.security:spring-security-config:4.2.3.RELEASE'
compile 'org.springframework.security:spring-security-taglibs:4.2.3.RELEASE'
compile 'org.springframework:spring-jdbc:4.3.10.RELEASE'
}