1
0
mirror of synced 2026-08-05 17:57:15 +00:00

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
+5
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>