From: remillet Date: Tue, 6 Feb 2018 23:47:57 +0000 (-0800) Subject: DRYD-237: Update to latest postgres JDBC driver. X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=c755e0b28b3b04b25821ceda13f5403687653c92;p=tmp%2Fjakarta-migration.git DRYD-237: Update to latest postgres JDBC driver. --- diff --git a/3rdparty/jdbc_drivers/postgresql-9.2-1002.jdbc4.jar b/3rdparty/jdbc_drivers/postgresql-9.2-1002.jdbc4.jar new file mode 100644 index 000000000..abd06ba37 Binary files /dev/null and b/3rdparty/jdbc_drivers/postgresql-9.2-1002.jdbc4.jar differ diff --git a/services/account/client/pom.xml b/services/account/client/pom.xml index 25d385fdc..47ce05870 100644 --- a/services/account/client/pom.xml +++ b/services/account/client/pom.xml @@ -59,7 +59,7 @@ test - postgresql + org.postgresql postgresql test diff --git a/services/account/pstore/pom.xml b/services/account/pstore/pom.xml index 7f98bc7a7..d1b8d68b2 100644 --- a/services/account/pstore/pom.xml +++ b/services/account/pstore/pom.xml @@ -31,7 +31,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql @@ -125,7 +125,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql diff --git a/services/authentication/pstore/pom.xml b/services/authentication/pstore/pom.xml index 332a6882d..1ba596cfa 100644 --- a/services/authentication/pstore/pom.xml +++ b/services/authentication/pstore/pom.xml @@ -24,7 +24,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql @@ -117,7 +117,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql diff --git a/services/authority/pom.xml b/services/authority/pom.xml index e60e5f104..328f6aab7 100644 --- a/services/authority/pom.xml +++ b/services/authority/pom.xml @@ -55,7 +55,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql diff --git a/services/authority/service/pom.xml b/services/authority/service/pom.xml index bcd4f887e..fcb65ccca 100644 --- a/services/authority/service/pom.xml +++ b/services/authority/service/pom.xml @@ -151,7 +151,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql diff --git a/services/authorization-mgt/client/pom.xml b/services/authorization-mgt/client/pom.xml index 58d3f70f9..323e72b77 100644 --- a/services/authorization-mgt/client/pom.xml +++ b/services/authorization-mgt/client/pom.xml @@ -154,7 +154,7 @@ test - postgresql + org.postgresql postgresql test diff --git a/services/authorization-mgt/import/pom.xml b/services/authorization-mgt/import/pom.xml index d31186c2e..74c951cad 100644 --- a/services/authorization-mgt/import/pom.xml +++ b/services/authorization-mgt/import/pom.xml @@ -149,7 +149,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql @@ -313,7 +313,7 @@ - postgresql + org.postgresql postgresql ${postgres.driver.version} diff --git a/services/authorization/pstore/pom.xml b/services/authorization/pstore/pom.xml index fb6150376..e4e1e849b 100644 --- a/services/authorization/pstore/pom.xml +++ b/services/authorization/pstore/pom.xml @@ -25,7 +25,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql @@ -112,7 +112,7 @@ mysql-connector-java - postgresql + org.postgresql postgresql diff --git a/services/authorization/service/pom.xml b/services/authorization/service/pom.xml index 2f13b965e..eeadb873a 100644 --- a/services/authorization/service/pom.xml +++ b/services/authorization/service/pom.xml @@ -148,7 +148,7 @@ test - postgresql + org.postgresql postgresql test diff --git a/services/common/pom.xml b/services/common/pom.xml index 8cd3b515f..40fe9ed20 100644 --- a/services/common/pom.xml +++ b/services/common/pom.xml @@ -204,7 +204,7 @@ provided - postgresql + org.postgresql postgresql provided diff --git a/services/pom.xml b/services/pom.xml index de5fed168..9f24cb864 100644 --- a/services/pom.xml +++ b/services/pom.xml @@ -18,7 +18,7 @@ 2.2.11 3.0.19.Final 5.1.8 - 9.1-901.jdbc4 + 9.4.1212 cs_default @@ -485,7 +485,7 @@ ${mysql.driver.version} - postgresql + org.postgresql postgresql ${postgres.driver.version}