Skip to content

Commit 13feb87

Browse files
jujunchenjzheaux
authored andcommitted
Modify words
- <dependencyManagement> to dependencyManagement - pom.xml to build.gradle
1 parent faf9fb7 commit 13feb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/modules/ROOT/pages/getting-spring-security.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ If you use additional features (such as LDAP, OpenID, and others), you need to a
278278

279279
Spring Security builds against Spring Framework {spring-core-version} but should generally work with any newer version of Spring Framework 5.x.
280280
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.
281-
The easiest way to resolve this is to use the `spring-framework-bom` within your `<dependencyManagement>` section of your `pom.xml`.
281+
The easiest way to resolve this is to use the `spring-framework-bom` within your `dependencyManagement` section of your `build.gradle`.
282282
You can do so by using the https://github.com/spring-gradle-plugins/dependency-management-plugin[Dependency Management Plugin], as the following example shows:
283283

284284
.build.gradle

0 commit comments

Comments
 (0)