comparison backend/pom.xml @ 8810:dbdb7c9bd51b

Upgrade to new PostgreSQL JDBC-driver. This needs more explicit type mapping but fixes the sometimes occuring error because of unimplemented Jdbc4Connection.isValid().
author Tom Gottfried <tom@intevation.de>
date Tue, 14 Mar 2017 16:27:14 +0100
parents dece88059a36
children 0862ea5d66ba
comparison
equal deleted inserted replaced
8809:d10f0645b125 8810:dbdb7c9bd51b
130 <artifactId>jts</artifactId> 130 <artifactId>jts</artifactId>
131 <version>1.11</version> 131 <version>1.11</version>
132 </dependency> 132 </dependency>
133 <dependency> 133 <dependency>
134 <!-- overwrite dependency of postgis-jdbc --> 134 <!-- overwrite dependency of postgis-jdbc -->
135 <groupId>postgresql</groupId> 135 <groupId>org.postgresql</groupId>
136 <artifactId>postgresql</artifactId> 136 <artifactId>postgresql</artifactId>
137 <version>9.1-901-1.jdbc4</version> 137 <version>42.0.0.jre7</version>
138 <scope>runtime</scope> 138 <scope>runtime</scope>
139 </dependency> 139 </dependency>
140 <dependency> 140 <dependency>
141 <groupId>org.postgis</groupId> 141 <groupId>org.postgis</groupId>
142 <artifactId>postgis-jdbc</artifactId> 142 <artifactId>postgis-jdbc</artifactId>
143 <version>1.3.3</version> 143 <version>1.3.3</version>
144 <scope>runtime</scope> 144 <scope>runtime</scope>
145 <exclusions>
146 <exclusion>
147 <groupId>postgresql</groupId>
148 <artifactId>postgresql</artifactId>
149 </exclusion>
150 </exclusions>
145 </dependency> 151 </dependency>
146 <dependency> 152 <dependency>
147 <groupId>org.hibernatespatial</groupId> 153 <groupId>org.hibernatespatial</groupId>
148 <artifactId>hibernate-spatial-postgis</artifactId> 154 <artifactId>hibernate-spatial-postgis</artifactId>
149 <version>1.1.1</version> 155 <version>1.1.1</version>

http://dive4elements.wald.intevation.org