SEC-2194: Update samples to have jsp-api

This commit is contained in:
Rob Winch
2013-08-09 11:51:34 -05:00
parent 485676be8c
commit 2feded5fc5
22 changed files with 88 additions and 11 deletions

View File

@@ -2,7 +2,8 @@ apply from: WAR_SAMPLE_GRADLE
dependencies {
providedCompile "javax.servlet:javax.servlet-api:3.0.1"
providedCompile "javax.servlet:javax.servlet-api:3.0.1",
'javax.servlet.jsp:jsp-api:2.1'
compile project(":spring-security-samples-messages-jc"),
"org.springframework:spring-webmvc:$springVersion",