Skip to content

Commit c83aac6

Browse files
committed
Merge pull request #27827 from gavvvr
* pr/27827: Remove Oracle drivers with old groupId Closes gh-27827
2 parents 84c4ff8 + bedd02d commit c83aac6

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1295,30 +1295,6 @@ bom {
12951295
]
12961296
}
12971297
}
1298-
library("OJDBC", "19.3.0.0") {
1299-
group("com.oracle.ojdbc") {
1300-
modules = [
1301-
"dms",
1302-
"ojdbc10",
1303-
"ojdbc10_g",
1304-
"ojdbc10dms",
1305-
"ojdbc10dms_g",
1306-
"ojdbc8",
1307-
"ojdbc8_g",
1308-
"ojdbc8dms",
1309-
"ojdbc8dms_g",
1310-
"ons",
1311-
"oraclepki",
1312-
"orai18n",
1313-
"osdt_cert",
1314-
"osdt_core",
1315-
"simplefan",
1316-
"ucp",
1317-
"xdb",
1318-
"xmlparserv2"
1319-
]
1320-
}
1321-
}
13221298
library("OkHttp3", "3.14.9") {
13231299
prohibit("[4.0.0-alpha01,)") {
13241300
because "it requires Kotlin"

0 commit comments

Comments
 (0)