]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-5462 Upgrade PostgreSQL driver to support 9.3
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 17 Jul 2014 12:06:27 +0000 (14:06 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 17 Jul 2014 12:06:27 +0000 (14:06 +0200)
pom.xml
server/sonar-web/pom.xml
sonar-application/pom.xml
sonar-core/pom.xml

diff --git a/pom.xml b/pom.xml
index 3b5cacefd9db288ea4ea28fb69c86dc6cdfc0de8..50f20902ee700162fcc660722408da5c74a6f1a5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <version>5.1.27</version>
       </dependency>
       <dependency>
-        <groupId>postgresql</groupId>
+        <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>9.1-901-1.jdbc4</version>
+        <version>9.3-1101-jdbc4</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.sonar</groupId>
index 479bba07ad90bdd2b9558034f77ce860bd6cc4b6..cc6e2043a1bd479d3c5cec68a617f1c4fc366059 100644 (file)
       </build>
       <dependencies>
         <dependency>
-          <groupId>postgresql</groupId>
+          <groupId>org.postgresql</groupId>
           <artifactId>postgresql</artifactId>
         </dependency>
       </dependencies>
index 6d402ab02b541ce206ea176b219868fae5825b7e..aa9706ac1305098c538260ff68e4562f44ee105f 100644 (file)
@@ -92,7 +92,7 @@
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>postgresql</groupId>
+      <groupId>org.postgresql</groupId>
       <artifactId>postgresql</artifactId>
       <scope>runtime</scope>
     </dependency>
index a9b1883a42a995ce2c422696a70fb9b6f3d4dd7a..bad0f4f55035d02b84963188e55b575dfe3d6970 100644 (file)
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>postgresql</groupId>
+      <groupId>org.postgresql</groupId>
       <artifactId>postgresql</artifactId>
       <scope>test</scope>
     </dependency>