Mercurial > dive4elements > river
comparison backend/pom.xml @ 8477:f53d562d7250
We depend on PostreSQL >= 9.1 at least since rev 598e4bec920b (because of CTE).
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 27 Nov 2014 17:09:19 +0100 |
parents | 1e68eca26b8a |
children | 3cfa0af6fa2a |
comparison
equal
deleted
inserted
replaced
8476:953acbb12cbc | 8477:f53d562d7250 |
---|---|
103 <version>1.4</version> | 103 <version>1.4</version> |
104 </dependency> | 104 </dependency> |
105 <dependency> | 105 <dependency> |
106 <groupId>postgresql</groupId> | 106 <groupId>postgresql</groupId> |
107 <artifactId>postgresql</artifactId> | 107 <artifactId>postgresql</artifactId> |
108 <version>8.4-702.jdbc4</version> | 108 <version>9.1-901-1.jdbc4</version> |
109 <scope>runtime</scope> | 109 <scope>runtime</scope> |
110 </dependency> | 110 </dependency> |
111 <dependency> | 111 <dependency> |
112 <groupId>org.hibernatespatial</groupId> | 112 <groupId>org.hibernatespatial</groupId> |
113 <artifactId>hibernate-spatial-postgis</artifactId> | 113 <artifactId>hibernate-spatial-postgis</artifactId> |