Skip to content
Snippets Groups Projects
Commit d8475b0f authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Reintroduce dependency Hibernate spatial

parent 32eddf76
Branches
Tags
1 merge request!154Merge all Wildfly 26 compatible updates into develop
...@@ -152,6 +152,22 @@ ...@@ -152,6 +152,22 @@
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </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> <dependency>
<groupId>org.postgresql</groupId> <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId> <artifactId>postgresql</artifactId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment