File tree 1 file changed +56
-2
lines changed
spring-boot-project/spring-boot-dependencies
1 file changed +56
-2
lines changed Original file line number Diff line number Diff line change @@ -1105,9 +1105,63 @@ bom {
1105
1105
}
1106
1106
}
1107
1107
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
+ }
1108
1129
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"
1111
1165
]
1112
1166
}
1113
1167
}
You can’t perform that action at this time.
0 commit comments