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'
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'
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'
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'))
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'
}