Modify words

- <dependencyManagement> to dependencyManagement
- pom.xml to build.gradle
This commit is contained in:
jujunChen 2022-08-16 02:53:31 +08:00 committed by Josh Cummings
parent 5cf42b1f2e
commit 9f6d9c2b84
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,7 @@ If you use additional features (such as LDAP, OAuth 2, and others), you need to
Spring Security builds against Spring Framework {spring-core-version} but should generally work with any newer version of Spring Framework 5.x.
Many users are likely to run afoul of the fact that Spring Security's transitive dependencies resolve Spring Framework {spring-core-version}, which can cause strange classpath problems.
The easiest way to resolve this is to use the `spring-framework-bom` within your `<dependencyManagement>` section of your `pom.xml`.
The easiest way to resolve this is to use the `spring-framework-bom` within your `dependencyManagement` section of your `build.gradle`.
You can do so by using the https://github.com/spring-gradle-plugins/dependency-management-plugin[Dependency Management Plugin]:
.build.gradle