changeset 352:2cb9ee38fd1b

Added dependencies for hibernate-spatial and postgis.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 04 Sep 2013 10:40:13 +0200
parents 1feba681ffee
children eefa5e465c2c
files pom.xml
diffstat 1 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
         	<artifactId>json</artifactId>
         	<version>20090211</version>
         </dependency>
+        <dependency>
+            <groupId>org.hibernate</groupId>
+            <artifactId>hibernate-spatial</artifactId>
+            <version>4.0-M1</version>
+        </dependency>
+        <dependency>
+            <groupId>org.postgis</groupId>
+            <artifactId>postgis-jdbc</artifactId>
+            <version>1.5.2</version>
+        </dependency>
     </dependencies>
 
     <build>
@@ -342,4 +352,14 @@
             </dependencies>
         </profile>
     </profiles>
+    <repositories>
+        <repository>
+            <id>OSGEO GeoTools repo</id>
+            <url>http://download.osgeo.org/webdav/geotools</url>
+        </repository>
+        <repository>
+            <id>Hibernate Spatial repo</id>
+            <url>http://www.hibernatespatial.org/repository</url>
+        </repository>
+    </repositories>
 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)