# HG changeset patch # User Raimund Renkert # Date 1378284013 -7200 # Node ID 2cb9ee38fd1bc60581b40c56db3d96abca8ee3d2 # Parent 1feba681ffeed02d6eb482ef5ff63ac51956c756 Added dependencies for hibernate-spatial and postgis. diff -r 1feba681ffee -r 2cb9ee38fd1b pom.xml --- a/pom.xml Wed Sep 04 10:01:22 2013 +0200 +++ b/pom.xml Wed Sep 04 10:40:13 2013 +0200 @@ -196,6 +196,16 @@ json 20090211 + + org.hibernate + hibernate-spatial + 4.0-M1 + + + org.postgis + postgis-jdbc + 1.5.2 + @@ -342,4 +352,14 @@ + + + OSGEO GeoTools repo + http://download.osgeo.org/webdav/geotools + + + Hibernate Spatial repo + http://www.hibernatespatial.org/repository + +