aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-07-17 14:06:27 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-07-17 14:06:27 +0200
commitbb5b674ddb3803de1db11772c21eeeca7696a087 (patch)
treeb9ca1e49b4a9c516a1050d4290e08f711ad23376 /sonar-application/pom.xml
parent949a5cd9491324c8078991a98f0ffe93fa0e20b5 (diff)
downloadsonarqube-bb5b674ddb3803de1db11772c21eeeca7696a087.tar.gz
sonarqube-bb5b674ddb3803de1db11772c21eeeca7696a087.zip
SONAR-5462 Upgrade PostgreSQL driver to support 9.3
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml2
1 files changed, 1 insertions, 1 deletions
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 @@
<scope>runtime</scope>
</dependency>
<dependency>
- <groupId>postgresql</groupId>
+ <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>runtime</scope>
</dependency>