comparison 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
comparison
equal deleted inserted replaced
5121:e4cc9aebfcf1 5122:5ba502e78e05
112 <groupId>org.hibernatespatial</groupId> 112 <groupId>org.hibernatespatial</groupId>
113 <artifactId>hibernate-spatial-postgis</artifactId> 113 <artifactId>hibernate-spatial-postgis</artifactId>
114 <version>1.1</version> 114 <version>1.1</version>
115 </dependency> 115 </dependency>
116 <dependency> 116 <dependency>
117 <groupId>org.hibernatespatial</groupId>
118 <artifactId>hibernate-spatial-oracle</artifactId>
119 <version>1.1</version>
120 </dependency>
121 <dependency>
122 <groupId>org.postgis</groupId> 117 <groupId>org.postgis</groupId>
123 <artifactId>postgis-jdbc</artifactId> 118 <artifactId>postgis-jdbc</artifactId>
124 <version>1.3.3</version> 119 <version>1.3.3</version>
125 </dependency> 120 </dependency>
126 </dependencies> 121 </dependencies>

http://dive4elements.wald.intevation.org