From d8475b0f083a281f225e6975ad1199efe932e1bf Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Wed, 3 Jan 2024 12:23:32 +0100 Subject: [PATCH] Reintroduce dependency Hibernate spatial --- pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pom.xml b/pom.xml index 3a60acfd..40a59eab 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> -- GitLab