Strabon
changeset 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 | e5605d639172 |
children | 8876b5feea9d |
files | endpoint/pom.xml generaldb/pom.xml pom.xml postgis/pom.xml runtime/pom.xml |
line diff
1.1 --- a/endpoint/pom.xml Tue Oct 10 17:39:10 2017 +0300 1.2 +++ b/endpoint/pom.xml Tue Oct 10 17:41:06 2017 +0300 1.3 @@ -76,7 +76,7 @@ 1.4 <!-- JDBC Drivers --> 1.5 1.6 <dependency> 1.7 - <groupId>postgresql</groupId> 1.8 + <groupId>org.postgresql</groupId> 1.9 <artifactId>postgresql</artifactId> 1.10 </dependency> 1.11
2.1 --- a/generaldb/pom.xml Tue Oct 10 17:39:10 2017 +0300 2.2 +++ b/generaldb/pom.xml Tue Oct 10 17:41:06 2017 +0300 2.3 @@ -74,7 +74,7 @@ 2.4 </dependency> 2.5 2.6 <dependency> 2.7 - <groupId>postgresql</groupId> 2.8 + <groupId>org.postgresql</groupId> 2.9 <artifactId>postgresql</artifactId> 2.10 <scope>provided</scope> 2.11 </dependency>
3.1 --- a/pom.xml Tue Oct 10 17:39:10 2017 +0300 3.2 +++ b/pom.xml Tue Oct 10 17:41:06 2017 +0300 3.3 @@ -535,11 +535,12 @@ 3.4 <version>3.4.0</version> 3.5 </dependency> 3.6 3.7 - <dependency> 3.8 - <groupId>postgresql</groupId> 3.9 - <artifactId>postgresql</artifactId> 3.10 - <version>9.0-801.jdbc4</version> 3.11 - </dependency> 3.12 +<!-- https://mvnrepository.com/artifact/org.postgresql/postgresql --> 3.13 + <dependency> 3.14 + <groupId>org.postgresql</groupId> 3.15 + <artifactId>postgresql</artifactId> 3.16 + <version>42.1.4.jre7</version> 3.17 + </dependency> 3.18 3.19 <dependency> 3.20 <groupId>mysql</groupId>
4.1 --- a/postgis/pom.xml Tue Oct 10 17:39:10 2017 +0300 4.2 +++ b/postgis/pom.xml Tue Oct 10 17:41:06 2017 +0300 4.3 @@ -72,7 +72,7 @@ 4.4 </dependency> 4.5 4.6 <dependency> 4.7 - <groupId>postgresql</groupId> 4.8 + <groupId>org.postgresql</groupId> 4.9 <artifactId>postgresql</artifactId> 4.10 <scope>provided</scope> 4.11 </dependency>
5.1 --- a/runtime/pom.xml Tue Oct 10 17:39:10 2017 +0300 5.2 +++ b/runtime/pom.xml Tue Oct 10 17:41:06 2017 +0300 5.3 @@ -288,7 +288,7 @@ 5.4 <!-- JDBC Drivers --> 5.5 5.6 <dependency> 5.7 - <groupId>postgresql</groupId> 5.8 + <groupId>org.postgresql</groupId> 5.9 <artifactId>postgresql</artifactId> 5.10 </dependency> 5.11 <!--