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:
parent
a32d741bbc
commit
cc01f2da3f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue