Subversion Repositories hibernate-spatial

Compare Revisions

Ignore whitespace Rev 171 → Rev 177

/trunk/hibernate-spatial-postgis/pom.xml
5,11 → 5,11
<!-- $Id$ -->
 
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hibernatespatial</groupId>
<parent>
<groupId>org.hibernatespatial</groupId>
<artifactId>hibernate-spatial-maven</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../hibernate-spatial-maven</relativePath>
<version>1.0-SNAPSHOT</version>
<relativePath>../hibernate-spatial-maven</relativePath>
</parent>
<artifactId>hibernate-spatial-postgis</artifactId>
<packaging>jar</packaging>
32,15 → 32,17
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>1.1.6</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>8.1-407.jdbc3</version>
<dependency>
<groupId>org.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<scope>provided</scope>
<version>[1.1.6,)</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>provided</scope>
<version>[8.1-407.jdbc3,)</version>
</dependency>
</dependencies>
</project>