File tree Expand file tree Collapse file tree 1 file changed +3
-29
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +3
-29
lines changed Original file line number Diff line number Diff line change @@ -1420,11 +1420,7 @@ bom {
1420
1420
releaseNotes(" https://github.com/open-telemetry/opentelemetry-java/releases/tag/v{version}" )
1421
1421
}
1422
1422
}
1423
- library(" Oracle Database" , " 21.9.0.0" ) {
1424
- prohibit {
1425
- versionRange " [21.10.0.0,21.13.0.0]"
1426
- because " they do not work in a JVM with assertions enabled"
1427
- }
1423
+ library(" Oracle Database" , " 23.4.0.24.05" ) {
1428
1424
alignWith {
1429
1425
dependencyManagementDeclaredIn(" com.oracle.database.jdbc:ojdbc-bom" )
1430
1426
}
@@ -1434,18 +1430,6 @@ bom {
1434
1430
" simplefan"
1435
1431
]
1436
1432
}
1437
- group(" com.oracle.database.jdbc.debug" ) {
1438
- modules = [
1439
- " ojdbc11-debug" ,
1440
- " ojdbc11-observability-debug" ,
1441
- " ojdbc11_g" ,
1442
- " ojdbc11dms_g" ,
1443
- " ojdbc8-debug" ,
1444
- " ojdbc8-observability-debug" ,
1445
- " ojdbc8_g" ,
1446
- " ojdbc8dms_g"
1447
- ]
1448
- }
1449
1433
group(" com.oracle.database.jdbc" ) {
1450
1434
modules = [
1451
1435
" ojdbc11" ,
@@ -1462,20 +1446,10 @@ bom {
1462
1446
" orai18n"
1463
1447
]
1464
1448
}
1465
- group(" com.oracle.database.observability" ) {
1466
- modules = [
1467
- " dms" ,
1468
- " ojdbc11-observability" ,
1469
- " ojdbc11dms" ,
1470
- " ojdbc8-observability" ,
1471
- " ojdbc8dms"
1472
- ]
1473
- }
1474
1449
group(" com.oracle.database.security" ) {
1475
1450
modules = [
1476
- " oraclepki" ,
1477
- " osdt_cert" ,
1478
- " osdt_core"
1451
+ " oraclepki"
1452
+
1479
1453
]
1480
1454
}
1481
1455
group(" com.oracle.database.xml" ) {
You can’t perform that action at this time.
0 commit comments