From cc01f2da3f52631c610786a90a2872173998d25d Mon Sep 17 00:00:00 2001 From: Florian Hof Date: Tue, 14 Mar 2023 09:30:01 +0100 Subject: [PATCH] update maven dependency of hibernate-spatial the new Maven group is org.hibernate.orm (and so referenced in Spring Boot 3) --- .../main/asciidoc/userguide/chapters/query/spatial/Spatial.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/main/asciidoc/userguide/chapters/query/spatial/Spatial.adoc b/documentation/src/main/asciidoc/userguide/chapters/query/spatial/Spatial.adoc index 1fa1c09257..9741ad0af7 100644 --- a/documentation/src/main/asciidoc/userguide/chapters/query/spatial/Spatial.adoc +++ b/documentation/src/main/asciidoc/userguide/chapters/query/spatial/Spatial.adoc @@ -54,7 +54,7 @@ For Maven, you need to add the following dependency: [source,xml] ---- - org.hibernate + org.hibernate.orm hibernate-spatial ${hibernate.version}