From c1a6ae0832540081ab8f595b18a9765cd0f4d185 Mon Sep 17 00:00:00 2001
From: Luke Taylor
+ There is no definite answer here, (it will depend on what features you are using), but a good starting point is to copy those from one of the + pre-built sample applications WEB-INF/lib directories. For a basic application, you can start with the tutorial sample. If you want to + use LDAP, with an embedded test server, then use the LDAP sample as a starting point. +
++ If you are building your project with maven, then adding the appropriate Spring Security modules to your pom.xml will automatically pull in + the core jars that the framework requires. Any which are marked as "optional" in the Spring Security POM files will have to be added + to your own pom.xml file if you need them. +
+