Skip to content

Commit e72bff8

Browse files
committed
Add dependency management for org.mariadb:r2dbc-mariadb
Closes gh-34625
1 parent 3e010b1 commit e72bff8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1096,6 +1096,13 @@ bom {
10961096
]
10971097
}
10981098
}
1099+
library("R2DBC MariaDB", "1.1.4") {
1100+
group("org.mariadb") {
1101+
modules = [
1102+
"r2dbc-mariadb"
1103+
]
1104+
}
1105+
}
10991106
library("R2DBC Pool", "1.0.0.RELEASE") {
11001107
group("io.r2dbc") {
11011108
modules = [

0 commit comments

Comments
 (0)