]> source.dussan.org Git - sonarqube.git/commitdiff
Fix version of Oracle driver for QA
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 24 May 2016 13:34:05 +0000 (15:34 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 24 May 2016 13:34:05 +0000 (15:34 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 15278d0f9cf6351c26cf4095f259707d6f3875f0..8385b4f9ac605ed7a9d6804aadce97512df696fd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>com.oracle</groupId>
         <artifactId>ojdbc6</artifactId>
-        <version>11.2.0.4.0</version>
+        <!-- SonarSource internal tests: -->
+        <!-- This version should be the same as at http://infra.internal.sonarsource.com/jenkins/orch-oracle*.properties -->
+        <version>11.2.0.3.0</version>
       </dependency>
       <dependency>
         <groupId>org.postgresql</groupId>