Minor sample build changes. JSTL dependency update.

This commit is contained in:
Luke Taylor
2010-07-20 23:45:20 +01:00
parent e5a302b5c4
commit a681dee0e1
5 changed files with 11 additions and 3 deletions

View File

@@ -16,4 +16,8 @@ dependencies {
project(':spring-security-config'),
project(':spring-security-taglibs'),
'log4j:log4j:1.2.15@jar'
}
jettyRun {
contextPath = "/tutorial"
}