Skip to content

Commit

Permalink
Merge pull request #27827 from gavvvr
Browse files Browse the repository at this point in the history
* pr/27827:
  Remove Oracle drivers with old groupId

Closes gh-27827
  • Loading branch information
snicoll committed Sep 8, 2021
2 parents 84c4ff8 + bedd02d commit c83aac6
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -1295,30 +1295,6 @@ bom {
]
}
}
library("OJDBC", "19.3.0.0") {
group("com.oracle.ojdbc") {
modules = [
"dms",
"ojdbc10",
"ojdbc10_g",
"ojdbc10dms",
"ojdbc10dms_g",
"ojdbc8",
"ojdbc8_g",
"ojdbc8dms",
"ojdbc8dms_g",
"ons",
"oraclepki",
"orai18n",
"osdt_cert",
"osdt_core",
"simplefan",
"ucp",
"xdb",
"xmlparserv2"
]
}
}
library("OkHttp3", "3.14.9") {
prohibit("[4.0.0-alpha01,)") {
because "it requires Kotlin"
Expand Down

0 comments on commit c83aac6

Please sign in to comment.