Add dependency management for org.hibernate:hibernate-spatial
Closes gh-9950
This commit is contained in:
parent
94aac343a3
commit
676dec8cf7
|
|
@ -1870,6 +1870,11 @@
|
|||
<artifactId>hibernate-proxool</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-spatial</artifactId>
|
||||
<version>${hibernate.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
<artifactId>hibernate-testing</artifactId>
|
||||
|
|
|
|||
Loading…
Reference in New Issue