aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-db-core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-db-core/build.gradle')
-rw-r--r--server/sonar-db-core/build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/server/sonar-db-core/build.gradle b/server/sonar-db-core/build.gradle
index 2ab4e3e0148..2466304fb75 100644
--- a/server/sonar-db-core/build.gradle
+++ b/server/sonar-db-core/build.gradle
@@ -25,7 +25,7 @@ dependencies {
testCompile 'com.google.code.findbugs:jsr305'
testCompile 'com.h2database:h2'
testCompile 'com.microsoft.sqlserver:mssql-jdbc'
- testCompile 'com.oracle.jdbc:ojdbc8'
+ testCompile 'com.oracle.database.jdbc:ojdbc8'
testCompile 'com.tngtech.java:junit-dataprovider'
testCompile 'org.mockito:mockito-core'
testCompile 'org.postgresql:postgresql'
@@ -33,7 +33,7 @@ dependencies {
testRuntime 'com.h2database:h2'
testRuntime 'com.microsoft.sqlserver:mssql-jdbc'
- testRuntime 'com.oracle.jdbc:ojdbc8'
+ testRuntime 'com.oracle.database.jdbc:ojdbc8'
testRuntime 'org.postgresql:postgresql'
testFixturesApi 'commons-dbutils:commons-dbutils'