diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-07-05 11:07:29 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-07-05 11:45:13 +0200 |
commit | 606fdf33315b450c6171ad7d9709c93dafb1c522 (patch) | |
tree | ada9c538e673a58634dd1c6a7fcabb6f2c36f9c4 /sonar-core/pom.xml | |
parent | 0c6ff8b4aa9d0a37fe3190acc07225f4f410ec18 (diff) | |
download | sonarqube-606fdf33315b450c6171ad7d9709c93dafb1c522.tar.gz sonarqube-606fdf33315b450c6171ad7d9709c93dafb1c522.zip |
Upgrade integration test to ojdbc6
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 4 |
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> |