From 53e6447f384d7aa59bec22d35f2156283e145e43 Mon Sep 17 00:00:00 2001 From: albina0104 Date: Sun, 18 Aug 2024 21:59:53 +0500 Subject: [PATCH] Remove a duplicated sentence from documentation. Original pull request #1860 --- src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc | 3 --- 1 file changed, 3 deletions(-) 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 7185d8c80..aa4293fa3 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"] ----