From fd0ec47b6d412c8a1afc515704eb930d146d3523 Mon Sep 17 00:00:00 2001 From: albina0104 Date: Sun, 18 Aug 2024 21:59:53 +0500 Subject: [PATCH] Remove a duplicated sentence. --- 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 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"] ----