diff --git a/pom.xml b/pom.xml index 3a60acfd93134e78249ef543c1f78c3fbb060fec..40a59eabbe94e81dad5866d4e5ea9eb8054aff7f 100755 --- a/pom.xml +++ b/pom.xml @@ -152,6 +152,22 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.hibernate</groupId> + <artifactId>hibernate-spatial</artifactId> + <version>5.6.15.Final</version> + <exclusions> + <exclusion> + <artifactId>postgresql</artifactId> + <groupId>postgresql</groupId> + </exclusion> + <exclusion> + <groupId>org.dom4j</groupId> + <artifactId>dom4j</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> <groupId>org.postgresql</groupId> <artifactId>postgresql</artifactId>