-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Merge Spring security with dependencies #8755
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @unix1982!
I think we can go one step further, by merging the dependency table into each module section.
The structure would then look like this:
[[spring-security-core]]
== Core -- `spring-security-core.jar`
This module contains core ...
|===
| Dependency | Version | Description
| ehcache
| 1.6.2
| Required if the Ehcache-based user cache implementation is used (optional).
...
[[spring-security-remoting]]
== Remoting -- `spring-security-remoting.jar`
Then there is just the question of where the intro text "This section provides a reference of the modules in Spring Security and the additional dependencies that they require in order to function in a running application. We don't include ..." goes.
I think that could be moved under = Project Modules and Dependencies
.
Then, we could get rid of dependencies.adoc completely.
I will do it! Thanks |
Thanks for the PR @unix1982! |
Applied the change proposed on #8199