We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8ca19 commit 9d53840Copy full SHA for 9d53840
build.gradle.kts
@@ -39,10 +39,10 @@ dependencies {
39
40
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
41
implementation("org.slf4j:slf4j-api:1.7.26")
42
- implementation("com.oracle.ojdbc:ojdbc8:$ojdbcVersion") {
43
- exclude(group = "com.oracle.ojdbc")
+ implementation("com.oracle.database.jdbc:ojdbc8:$ojdbcVersion") {
+ exclude(group = "com.oracle.database.jdbc", module = "ucp")
44
}
45
- implementation("com.oracle.ojdbc:orai18n:$ojdbcVersion")
+ implementation("com.oracle.database.nls:orai18n:$ojdbcVersion")
46
47
// Use Jupiter test framework
48
testImplementation("org.junit.jupiter:junit-jupiter:$junitVersion")
0 commit comments