Add dependency management for io.asyncer:r2dbc-mysql
Closes gh-34927
This commit is contained in:
@@ -1096,13 +1096,20 @@ bom {
|
||||
]
|
||||
}
|
||||
}
|
||||
library("R2DBC MariaDB", "1.1.4") {
|
||||
library("R2DBC MariaDB", "1.1.4") {
|
||||
group("org.mariadb") {
|
||||
modules = [
|
||||
"r2dbc-mariadb"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("R2DBC MySQL", "1.0.0") {
|
||||
group("io.asyncer") {
|
||||
modules = [
|
||||
"r2dbc-mysql"
|
||||
]
|
||||
}
|
||||
}
|
||||
library("R2DBC Pool", "1.0.0.RELEASE") {
|
||||
group("io.r2dbc") {
|
||||
modules = [
|
||||
|
||||
Reference in New Issue
Block a user