From a731af103ec8b788777edc0c60867734f5174b17 Mon Sep 17 00:00:00 2001 From: Josh Cummings <3627351+jzheaux@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:45:02 -0700 Subject: [PATCH] Polish Issue gh-16228 --- docs/modules/ROOT/pages/getting-spring-security.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/modules/ROOT/pages/getting-spring-security.adoc b/docs/modules/ROOT/pages/getting-spring-security.adoc index 22766a4142..35f87781ed 100644 --- a/docs/modules/ROOT/pages/getting-spring-security.adoc +++ b/docs/modules/ROOT/pages/getting-spring-security.adoc @@ -249,9 +249,9 @@ This approach uses Maven's "`bill of materials`" (BOM) concept and is only avail For additional details about how dependencies are resolved, see https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html[Maven's Introduction to the Dependency Mechanism documentation]. ==== -[[maven-gearepositories]] +[[maven-repositories]] === Maven Repositories -All GA releases (that is, versions ending in .RELEASE) are deployed to Maven Central, so you need not declare additional Maven repositories in your `pom.xml`. +All GA releases (that is, versions ending in .RELEASE) are deployed to Maven Central, so you need not declare additional Maven repositories in your build configuration. For Gradle using the `mavenCentral()` repository is sufficient for GA releases.