# HG changeset patch # User Konstantina Bereta # Date 1507646466 -10800 # Node ID 5bf0afdae932e8890fb6acd0755a1207dd55b347 # Parent e5605d63917256aa1667e4afc6a66e7f1d23ac92 updated postgres/postgis jdbc so that it is compliant with the new versions of postgresql and postgis diff -r e5605d639172 -r 5bf0afdae932 endpoint/pom.xml --- a/endpoint/pom.xml Tue Oct 10 17:39:10 2017 +0300 +++ b/endpoint/pom.xml Tue Oct 10 17:41:06 2017 +0300 @@ -76,7 +76,7 @@ - postgresql + org.postgresql postgresql diff -r e5605d639172 -r 5bf0afdae932 generaldb/pom.xml --- a/generaldb/pom.xml Tue Oct 10 17:39:10 2017 +0300 +++ b/generaldb/pom.xml Tue Oct 10 17:41:06 2017 +0300 @@ -74,7 +74,7 @@ - postgresql + org.postgresql postgresql provided diff -r e5605d639172 -r 5bf0afdae932 pom.xml --- a/pom.xml Tue Oct 10 17:39:10 2017 +0300 +++ b/pom.xml Tue Oct 10 17:41:06 2017 +0300 @@ -535,11 +535,12 @@ 3.4.0 - - postgresql - postgresql - 9.0-801.jdbc4 - + + + org.postgresql + postgresql + 42.1.4.jre7 + mysql diff -r e5605d639172 -r 5bf0afdae932 postgis/pom.xml --- a/postgis/pom.xml Tue Oct 10 17:39:10 2017 +0300 +++ b/postgis/pom.xml Tue Oct 10 17:41:06 2017 +0300 @@ -72,7 +72,7 @@ - postgresql + org.postgresql postgresql provided diff -r e5605d639172 -r 5bf0afdae932 runtime/pom.xml --- a/runtime/pom.xml Tue Oct 10 17:39:10 2017 +0300 +++ b/runtime/pom.xml Tue Oct 10 17:41:06 2017 +0300 @@ -288,7 +288,7 @@ - postgresql + org.postgresql postgresql