Added use of authz tag to tutorial. Upgraded to use webapp 2.4 xsd. Changed JSTL dependency to 1.2

This commit is contained in:
Luke Taylor
2008-01-18 18:17:09 +00:00
parent 48620f3550
commit 462b4b450f
4 changed files with 29 additions and 25 deletions

View File

@@ -42,7 +42,7 @@
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.0</version>
<version>1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>