diff --git a/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc b/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc index 7185d8c80f..aa4293fa3b 100644 --- a/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc +++ b/src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc @@ -35,9 +35,6 @@ To create a Spring project in STS: Then enter a project and a package name, such as `org.spring.jdbc.example`. . Add the following to the `pom.xml` files `dependencies` element: + - -. Add the following to the pom.xml files `dependencies` element: -+ [source,xml,subs="+attributes"] ----