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 @@ -1401,9 +1401,63 @@ bom {
1401
1401
versionRange " [21.10.0.0,21.13.0.0]"
1402
1402
because " they do not work in a JVM with assertions enabled"
1403
1403
}
1404
+ alignWith {
1405
+ dependencyManagementDeclaredIn(" com.oracle.database.jdbc:ojdbc-bom" )
1406
+ }
1407
+ group(" com.oracle.database.ha" ) {
1408
+ modules = [
1409
+ " ons" ,
1410
+ " simplefan"
1411
+ ]
1412
+ }
1413
+ group(" com.oracle.database.jdbc.debug" ) {
1414
+ modules = [
1415
+ " ojdbc11-debug" ,
1416
+ " ojdbc11-observability-debug" ,
1417
+ " ojdbc11_g" ,
1418
+ " ojdbc11dms_g" ,
1419
+ " ojdbc8-debug" ,
1420
+ " ojdbc8-observability-debug" ,
1421
+ " ojdbc8_g" ,
1422
+ " ojdbc8dms_g"
1423
+ ]
1424
+ }
1404
1425
group(" com.oracle.database.jdbc" ) {
1405
- imports = [
1406
- " ojdbc-bom"
1426
+ modules = [
1427
+ " ojdbc11" ,
1428
+ " ojdbc11-production" ,
1429
+ " ojdbc8" ,
1430
+ " ojdbc8-production" ,
1431
+ " rsi" ,
1432
+ " ucp" ,
1433
+ " ucp11"
1434
+ ]
1435
+ }
1436
+ group(" com.oracle.database.nls" ) {
1437
+ modules = [
1438
+ " orai18n"
1439
+ ]
1440
+ }
1441
+ group(" com.oracle.database.observability" ) {
1442
+ modules = [
1443
+ " dms" ,
1444
+ " ojdbc11-observability" ,
1445
+ " ojdbc11dms" ,
1446
+ " ojdbc8-observability" ,
1447
+ " ojdbc8dms"
1448
+ ]
1449
+ }
1450
+ group(" com.oracle.database.security" ) {
1451
+ modules = [
1452
+ " oraclepki" ,
1453
+ " osdt_cert" ,
1454
+ " osdt_core"
1455
+ ]
1456
+ }
1457
+ group(" com.oracle.database.xml" ) {
1458
+ modules = [
1459
+ " xdb" ,
1460
+ " xmlparserv2"
1407
1461
]
1408
1462
}
1409
1463
}
You can’t perform that action at this time.
0 commit comments