1
0
mirror of synced 2026-05-22 21:33:16 +00:00

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
+1 -1
View File
@@ -11,5 +11,5 @@ dependencies {
provided 'javax.servlet:jsp-api:2.0', 'javax.servlet:servlet-api:2.5'
testRuntime "taglibs:standard:$jstlVersion"
testRuntime "javax.servlet:jstl:$jstlVersion"
}