Add dependency management for org.hibernate:hibernate-spatial

Closes gh-9950
pull/9635/head
Andy Wilkinson 7 years ago
parent 94aac343a3
commit 676dec8cf7

@ -1870,6 +1870,11 @@
<artifactId>hibernate-proxool</artifactId> <artifactId>hibernate-proxool</artifactId>
<version>${hibernate.version}</version> <version>${hibernate.version}</version>
</dependency> </dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-spatial</artifactId>
<version>${hibernate.version}</version>
</dependency>
<dependency> <dependency>
<groupId>org.hibernate</groupId> <groupId>org.hibernate</groupId>
<artifactId>hibernate-testing</artifactId> <artifactId>hibernate-testing</artifactId>

Loading…
Cancel
Save