Browse Source

Remove a duplicated sentence from documentation.

Original pull request #1860
pull/1868/head
albina0104 1 year ago committed by Jens Schauder
parent
commit
53e6447f38
No known key found for this signature in database
GPG Key ID: 74F6C554AE971567
  1. 3
      src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc

3
src/main/antora/modules/ROOT/pages/jdbc/getting-started.adoc

@ -35,9 +35,6 @@ To create a Spring project in STS: @@ -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"]
----
<dependencies>

Loading…
Cancel
Save