update maven dependency of hibernate-spatial

the new Maven group is org.hibernate.orm (and so referenced in Spring Boot 3)
This commit is contained in:
Florian Hof 2023-03-14 09:30:01 +01:00 committed by Christian Beikov
parent a32d741bbc
commit cc01f2da3f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ For Maven, you need to add the following dependency:
[source,xml]
----
<dependency>
<groupId>org.hibernate</groupId>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-spatial</artifactId>
<version>${hibernate.version}</version>
</dependency>