From 075b30ab44f245c1236f277eec0506ad4ed11c7d Mon Sep 17 00:00:00 2001 From: Luke Taylor Date: Wed, 12 Jan 2011 15:27:30 +0000 Subject: [PATCH] SEC-1651: Added paragraph to FAQ mentioning dependencies appendix. --- docs/faq/src/docbook/faq.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/faq/src/docbook/faq.xml b/docs/faq/src/docbook/faq.xml index 6d9b2ccae3..2756ccd641 100644 --- a/docs/faq/src/docbook/faq.xml +++ b/docs/faq/src/docbook/faq.xml @@ -410,6 +410,9 @@ 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. + The reference manual also includes an appendix listing the first-level dependencies + for each Spring Security module with some information on whether they are + optional and what they are required for. If you are building your project with maven, then adding the appropriate Spring Security modules as dependencies to your pom.xml will automatically pull in the core jars that the framework requires. Any which