comparison pom.xml @ 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 299be497b78e
children 567ce7697fc7
comparison
equal deleted inserted replaced
351:1feba681ffee 352:2cb9ee38fd1b
193 </dependency> 193 </dependency>
194 <dependency> 194 <dependency>
195 <groupId>org.json</groupId> 195 <groupId>org.json</groupId>
196 <artifactId>json</artifactId> 196 <artifactId>json</artifactId>
197 <version>20090211</version> 197 <version>20090211</version>
198 </dependency>
199 <dependency>
200 <groupId>org.hibernate</groupId>
201 <artifactId>hibernate-spatial</artifactId>
202 <version>4.0-M1</version>
203 </dependency>
204 <dependency>
205 <groupId>org.postgis</groupId>
206 <artifactId>postgis-jdbc</artifactId>
207 <version>1.5.2</version>
198 </dependency> 208 </dependency>
199 </dependencies> 209 </dependencies>
200 210
201 <build> 211 <build>
202 <!-- Maven will append the version to the finalName (which is the 212 <!-- Maven will append the version to the finalName (which is the
340 <version>4.1.4</version> 350 <version>4.1.4</version>
341 </dependency> 351 </dependency>
342 </dependencies> 352 </dependencies>
343 </profile> 353 </profile>
344 </profiles> 354 </profiles>
355 <repositories>
356 <repository>
357 <id>OSGEO GeoTools repo</id>
358 <url>http://download.osgeo.org/webdav/geotools</url>
359 </repository>
360 <repository>
361 <id>Hibernate Spatial repo</id>
362 <url>http://www.hibernatespatial.org/repository</url>
363 </repository>
364 </repositories>
345 </project> 365 </project>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)