Mercurial > dive4elements > river
diff flys-backend/pom.xml @ 5122:5ba502e78e05 dami
Fix import of hws_* on Oracle
The OCI driver needs a field named OGR_FID as the first element
of a table, otherwise it gets confused and tries to add the
fid twice in the insert statement leading to the "too many
values" error.
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 28 Feb 2013 10:09:31 +0100 |
parents | fa600417a335 |
children | 160f53ee0870 |
line wrap: on
line diff
--- a/flys-backend/pom.xml Wed Feb 27 19:44:08 2013 +0100 +++ b/flys-backend/pom.xml Thu Feb 28 10:09:31 2013 +0100 @@ -114,11 +114,6 @@ <version>1.1</version> </dependency> <dependency> - <groupId>org.hibernatespatial</groupId> - <artifactId>hibernate-spatial-oracle</artifactId> - <version>1.1</version> - </dependency> - <dependency> <groupId>org.postgis</groupId> <artifactId>postgis-jdbc</artifactId> <version>1.3.3</version>