Strabon
diff pom.xml @ 1539:5bf0afdae932
updated postgres/postgis jdbc so that it is compliant with the new versions of postgresql and postgis
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Tue Oct 10 17:41:06 2017 +0300 (2017-10-10) |
parents | 94599fbf9c01 |
children | 952dde52b1a2 |
line diff
1.1 --- a/pom.xml Thu Apr 30 12:57:52 2015 +0300 1.2 +++ b/pom.xml Tue Oct 10 17:41:06 2017 +0300 1.3 @@ -535,11 +535,12 @@ 1.4 <version>3.4.0</version> 1.5 </dependency> 1.6 1.7 - <dependency> 1.8 - <groupId>postgresql</groupId> 1.9 - <artifactId>postgresql</artifactId> 1.10 - <version>9.0-801.jdbc4</version> 1.11 - </dependency> 1.12 +<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> 1.13 + <dependency> 1.14 + <groupId>org.postgresql</groupId> 1.15 + <artifactId>postgresql</artifactId> 1.16 + <version>42.1.4.jre7</version> 1.17 + </dependency> 1.18 1.19 <dependency> 1.20 <groupId>mysql</groupId>