Browse Source

[NO JIRA] Update Oracle JDC driver used in tests to ojdbc11 21.8.0

tags/9.9.0.65466
Duarte Meneses 1 year ago
parent
commit
3fda3c29a7

+ 1
- 1
build.gradle View File

@@ -259,7 +259,7 @@ subprojects {
exclude 'com.fasterxml.jackson.core:jackson-databind'
}
dependency 'com.onelogin:java-saml:2.9.0'
dependency 'com.oracle.database.jdbc:ojdbc8:21.8.0.0'
dependency 'com.oracle.database.jdbc:ojdbc11:21.8.0.0'
dependency 'org.aspectj:aspectjtools:1.9.9.1'
dependencySet(group: 'com.squareup.okhttp3', version: '4.10.0') {
entry 'okhttp'

+ 2
- 2
server/sonar-db-core/build.gradle View File

@@ -24,7 +24,7 @@ dependencies {
testImplementation 'com.google.code.findbugs:jsr305'
testImplementation 'com.h2database:h2'
testImplementation 'com.microsoft.sqlserver:mssql-jdbc'
testImplementation 'com.oracle.database.jdbc:ojdbc8'
testImplementation 'com.oracle.database.jdbc:ojdbc11'
testImplementation 'com.tngtech.java:junit-dataprovider'
testImplementation 'org.mockito:mockito-core'
testImplementation 'org.mockito:mockito-inline'
@@ -34,7 +34,7 @@ dependencies {

testRuntimeOnly 'com.h2database:h2'
testRuntimeOnly 'com.microsoft.sqlserver:mssql-jdbc'
testRuntimeOnly 'com.oracle.database.jdbc:ojdbc8'
testRuntimeOnly 'com.oracle.database.jdbc:ojdbc11'
testRuntimeOnly 'org.postgresql:postgresql'

testFixturesApi 'commons-dbutils:commons-dbutils'

+ 1
- 1
server/sonar-db-dao/build.gradle View File

@@ -35,7 +35,7 @@ dependencies {

testRuntimeOnly 'com.h2database:h2'
testRuntimeOnly 'com.microsoft.sqlserver:mssql-jdbc'
testRuntimeOnly 'com.oracle.database.jdbc:ojdbc8'
testRuntimeOnly 'com.oracle.database.jdbc:ojdbc11'
testRuntimeOnly 'org.postgresql:postgresql'

testFixturesApi testFixtures(project(':server:sonar-db-core'))

+ 1
- 1
server/sonar-db-migration/build.gradle View File

@@ -34,7 +34,7 @@ dependencies {

testRuntimeOnly 'com.h2database:h2'
testRuntimeOnly 'com.microsoft.sqlserver:mssql-jdbc'
testRuntimeOnly 'com.oracle.database.jdbc:ojdbc8'
testRuntimeOnly 'com.oracle.database.jdbc:ojdbc11'
testRuntimeOnly 'org.postgresql:postgresql'
}


Loading…
Cancel
Save