aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-07-05 11:07:29 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-07-05 11:45:13 +0200
commit606fdf33315b450c6171ad7d9709c93dafb1c522 (patch)
treeada9c538e673a58634dd1c6a7fcabb6f2c36f9c4 /sonar-core
parent0c6ff8b4aa9d0a37fe3190acc07225f4f410ec18 (diff)
downloadsonarqube-606fdf33315b450c6171ad7d9709c93dafb1c522.tar.gz
sonarqube-606fdf33315b450c6171ad7d9709c93dafb1c522.zip
Upgrade integration test to ojdbc6
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml
index 7047fc7d230..43f57d21bbe 100644
--- a/sonar-core/pom.xml
+++ b/sonar-core/pom.xml
@@ -209,8 +209,8 @@
<dependency>
<!-- this artifact is located in the SonarSource internal repository -->
<groupId>com.oracle</groupId>
- <artifactId>ojdbc5</artifactId>
- <version>11.2.0.2.0</version>
+ <artifactId>ojdbc6</artifactId>
+ <version>11.2.0.3.0</version>
<scope>test</scope>
</dependency>
</dependencies>