Skip to content

Commit

Permalink
fixing dependency on non existing postgis module, switched to jdbc-po…
Browse files Browse the repository at this point in the history
…stgis

git-svn-id: http://svn.osgeo.org/geotools/trunk@38460 e5c1c795-43da-0310-a71f-fac65c449510
  • Loading branch information
jdeolive committed Jan 5, 2012
1 parent 15aa91e commit a7543f0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modules/unsupported/wps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-postgis</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geotools.jdbc</groupId>
<artifactId>gt-jdbc-postgis</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geotools.ogc</groupId>
Expand Down

0 comments on commit a7543f0

Please sign in to comment.