Namespace version of tutorial config. Currently lacks support for remember me and anonymous authentication.

This commit is contained in:
Luke Taylor
2007-10-20 23:20:36 +00:00
parent b9cfae5903
commit c2db942852
3 changed files with 42 additions and 1 deletions

View File

@@ -25,6 +25,11 @@
<artifactId>spring-jdbc</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>