2013-08-05 17:22:33 -04:00
|
|
|
apply from: WAR_SAMPLE_GRADLE
|
2013-08-01 15:14:18 -04:00
|
|
|
|
|
|
|
dependencies {
|
|
|
|
|
2013-08-09 12:51:34 -04:00
|
|
|
providedCompile "javax.servlet:javax.servlet-api:3.0.1",
|
|
|
|
'javax.servlet.jsp:jsp-api:2.1'
|
2013-08-01 15:14:18 -04:00
|
|
|
|
|
|
|
compile project(":spring-security-config"),
|
|
|
|
project(":spring-security-samples-messages-jc"),
|
|
|
|
project(":spring-security-core"),
|
|
|
|
project(":spring-security-web"),
|
|
|
|
"org.springframework:spring-webmvc:$springVersion",
|
|
|
|
"org.springframework:spring-jdbc:$springVersion",
|
|
|
|
"org.slf4j:slf4j-api:$slf4jVersion",
|
|
|
|
"org.slf4j:log4j-over-slf4j:$slf4jVersion",
|
|
|
|
"org.slf4j:jul-to-slf4j:$slf4jVersion",
|
|
|
|
"org.slf4j:jcl-over-slf4j:$slf4jVersion",
|
2014-04-11 10:57:18 -04:00
|
|
|
"javax.servlet.jsp.jstl:javax.servlet.jsp.jstl-api:$jstlVersion",
|
2013-08-01 15:14:18 -04:00
|
|
|
"javax.validation:validation-api:1.0.0.GA",
|
|
|
|
"org.hibernate:hibernate-validator:4.2.0.Final"
|
|
|
|
|
|
|
|
runtime "opensymphony:sitemesh:2.4.2",
|
2014-12-10 11:07:32 -05:00
|
|
|
"cglib:cglib-nodep:$cglibVersion",
|
2013-08-01 15:14:18 -04:00
|
|
|
'ch.qos.logback:logback-classic:0.9.30'
|
2014-06-12 11:54:23 -04:00
|
|
|
|
|
|
|
testCompile project(":spring-security-test")
|
2013-08-01 15:14:18 -04:00
|
|
|
}
|