From bb5b674ddb3803de1db11772c21eeeca7696a087 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Thu, 17 Jul 2014 14:06:27 +0200 Subject: SONAR-5462 Upgrade PostgreSQL driver to support 9.3 --- pom.xml | 4 ++-- server/sonar-web/pom.xml | 2 +- sonar-application/pom.xml | 2 +- sonar-core/pom.xml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 3b5cacefd9d..50f20902ee7 100644 --- a/pom.xml +++ b/pom.xml @@ -849,9 +849,9 @@ 5.1.27 - postgresql + org.postgresql postgresql - 9.1-901-1.jdbc4 + 9.3-1101-jdbc4 org.codehaus.sonar diff --git a/server/sonar-web/pom.xml b/server/sonar-web/pom.xml index 479bba07ad9..cc6e2043a1b 100644 --- a/server/sonar-web/pom.xml +++ b/server/sonar-web/pom.xml @@ -478,7 +478,7 @@ - postgresql + org.postgresql postgresql diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index 6d402ab02b5..aa9706ac130 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -92,7 +92,7 @@ runtime - postgresql + org.postgresql postgresql runtime diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index a9b1883a42a..bad0f4f5503 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -170,7 +170,7 @@ test - postgresql + org.postgresql postgresql test -- cgit v1.2.3