diff options
Diffstat (limited to 'server/sonar-db-dao')
-rw-r--r-- | server/sonar-db-dao/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-db-dao/build.gradle b/server/sonar-db-dao/build.gradle index b443df09fd4..e4f6260f010 100644 --- a/server/sonar-db-dao/build.gradle +++ b/server/sonar-db-dao/build.gradle @@ -35,7 +35,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 testFixtures(project(':server:sonar-db-core')) |