mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-26 22:02:41 +00:00
Fixed invalid tags in faq.fml
This commit is contained in:
parent
3ab9fcdcaf
commit
69e776f581
@ -205,8 +205,8 @@ org.springframework.security.AccessDeniedException: Access is denied
|
||||
</answer>
|
||||
</faq>
|
||||
<faq>
|
||||
<title>How do I know what dependencies to add to my application to work with Spring Security?</title>
|
||||
<para>
|
||||
<question>How do I know what dependencies to add to my application to work with Spring Security?</question>
|
||||
<answer>
|
||||
<p>
|
||||
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
|
||||
@ -217,7 +217,7 @@ org.springframework.security.AccessDeniedException: Access is denied
|
||||
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.
|
||||
</p>
|
||||
</para>
|
||||
</answer>
|
||||
</faq>
|
||||
</part>
|
||||
</faqs>
|
Loading…
x
Reference in New Issue
Block a user