comparison flys-backend/pom.xml @ 1230:e2deda3b77a7

Introduced support for FLYS spatial data. flys-backend/trunk@2507 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Thu, 18 Aug 2011 15:03:20 +0000
parents a964636a0be3
children 0e63222d80bc
comparison
equal deleted inserted replaced
1229:8b12b338a3f6 1230:e2deda3b77a7
76 <groupId>postgresql</groupId> 76 <groupId>postgresql</groupId>
77 <artifactId>postgresql</artifactId> 77 <artifactId>postgresql</artifactId>
78 <version>8.4-702.jdbc4</version> 78 <version>8.4-702.jdbc4</version>
79 <scope>runtime</scope> 79 <scope>runtime</scope>
80 </dependency> 80 </dependency>
81 <dependency>
82 <groupId>org.hibernatespatial</groupId>
83 <artifactId>hibernate-spatial-postgis</artifactId>
84 <version>1.1</version>
85 </dependency>
86 <dependency>
87 <groupId>org.postgis</groupId>
88 <artifactId>postgis-jdbc</artifactId>
89 <version>1.3.3</version>
90 </dependency>
81 </dependencies> 91 </dependencies>
82 92
83 <repositories> 93 <repositories>
84 <repository> 94 <repository>
85 <id>repository.jboss.org/nexus</id> 95 <id>repository.jboss.org/nexus</id>
86 <name>JBoss Repository - Nexus</name> 96 <name>JBoss Repository - Nexus</name>
87 <url>http://repository.jboss.org/nexus/content/groups/public/</url> 97 <url>http://repository.jboss.org/nexus/content/groups/public/</url>
88 </repository> 98 </repository>
99 <repository>
100 <id>OSGEO GeoTools repo</id>
101 <url>http://download.osgeo.org/webdav/geotools</url>
102 </repository>
103 <repository>
104 <id>Hibernate Spatial repo</id>
105 <url>http://www.hibernatespatial.org/repository</url>
106 </repository>
89 </repositories> 107 </repositories>
90 </project> 108 </project>

http://dive4elements.wald.intevation.org