Reinstate dependency management for io.r2dbc:r2dbc-mssql

Closes gh-35159
This commit is contained in:
Andy Wilkinson
2023-04-25 10:23:12 +01:00
parent b5178afa21
commit 963da20493

View File

@@ -1139,6 +1139,13 @@ bom {
]
}
}
library("R2DBC MSSQL", "1.0.0.RELEASE") {
group ("io.r2dbc") {
modules = [
"r2dbc-mssql"
]
}
}
library("R2DBC MySQL", "1.0.0") {
group("io.asyncer") {
modules = [