Skip to content

Commit 960f020

Browse files
committed
Merge branch '3.1.x' into 3.2.x
Closes gh-40534
2 parents eb7e7b6 + 95eb9bd commit 960f020

File tree

1 file changed

+56
-2
lines changed

1 file changed

+56
-2
lines changed

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

+56-2
Original file line numberDiff line numberDiff line change
@@ -1105,9 +1105,63 @@ bom {
11051105
}
11061106
}
11071107
library("Oracle Database", "21.9.0.0") {
1108+
alignWith {
1109+
dependencyManagementDeclaredIn("com.oracle.database.jdbc:ojdbc-bom")
1110+
}
1111+
group("com.oracle.database.ha") {
1112+
modules = [
1113+
"ons",
1114+
"simplefan"
1115+
]
1116+
}
1117+
group("com.oracle.database.jdbc.debug") {
1118+
modules = [
1119+
"ojdbc11-debug",
1120+
"ojdbc11-observability-debug",
1121+
"ojdbc11_g",
1122+
"ojdbc11dms_g",
1123+
"ojdbc8-debug",
1124+
"ojdbc8-observability-debug",
1125+
"ojdbc8_g",
1126+
"ojdbc8dms_g"
1127+
]
1128+
}
11081129
group("com.oracle.database.jdbc") {
1109-
imports = [
1110-
"ojdbc-bom"
1130+
modules = [
1131+
"ojdbc11",
1132+
"ojdbc11-production",
1133+
"ojdbc8",
1134+
"ojdbc8-production",
1135+
"rsi",
1136+
"ucp",
1137+
"ucp11"
1138+
]
1139+
}
1140+
group("com.oracle.database.nls") {
1141+
modules = [
1142+
"orai18n"
1143+
]
1144+
}
1145+
group("com.oracle.database.observability") {
1146+
modules = [
1147+
"dms",
1148+
"ojdbc11-observability",
1149+
"ojdbc11dms",
1150+
"ojdbc8-observability",
1151+
"ojdbc8dms"
1152+
]
1153+
}
1154+
group("com.oracle.database.security") {
1155+
modules = [
1156+
"oraclepki",
1157+
"osdt_cert",
1158+
"osdt_core"
1159+
]
1160+
}
1161+
group("com.oracle.database.xml") {
1162+
modules = [
1163+
"xdb",
1164+
"xmlparserv2"
11111165
]
11121166
}
11131167
}

0 commit comments

Comments
 (0)