Skip to content

Commit c3e739c

Browse files
committed
Add dependency management for io.asyncer:r2dbc-mysql
Closes gh-34927
1 parent e72bff8 commit c3e739c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1096,13 +1096,20 @@ bom {
10961096
]
10971097
}
10981098
}
1099-
library("R2DBC MariaDB", "1.1.4") {
1099+
library("R2DBC MariaDB", "1.1.4") {
11001100
group("org.mariadb") {
11011101
modules = [
11021102
"r2dbc-mariadb"
11031103
]
11041104
}
11051105
}
1106+
library("R2DBC MySQL", "1.0.0") {
1107+
group("io.asyncer") {
1108+
modules = [
1109+
"r2dbc-mysql"
1110+
]
1111+
}
1112+
}
11061113
library("R2DBC Pool", "1.0.0.RELEASE") {
11071114
group("io.r2dbc") {
11081115
modules = [

0 commit comments

Comments
 (0)