We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e72bff8 commit c3e739cCopy full SHA for c3e739c
spring-boot-project/spring-boot-dependencies/build.gradle
@@ -1096,13 +1096,20 @@ bom {
1096
]
1097
}
1098
1099
- library("R2DBC MariaDB", "1.1.4") {
+ library("R2DBC MariaDB", "1.1.4") {
1100
group("org.mariadb") {
1101
modules = [
1102
"r2dbc-mariadb"
1103
1104
1105
1106
+ library("R2DBC MySQL", "1.0.0") {
1107
+ group("io.asyncer") {
1108
+ modules = [
1109
+ "r2dbc-mysql"
1110
+ ]
1111
+ }
1112
1113
library("R2DBC Pool", "1.0.0.RELEASE") {
1114
group("io.r2dbc") {
1115
0 commit comments