From e72bff8dd43fe3846ef62ac469ae7a3ec8655b47 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Apr 2023 19:02:15 +0100 Subject: [PATCH] Add dependency management for org.mariadb:r2dbc-mariadb Closes gh-34625 --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index ee51673b2d..f6cd831b65 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1096,6 +1096,13 @@ bom { ] } } + library("R2DBC MariaDB", "1.1.4") { + group("org.mariadb") { + modules = [ + "r2dbc-mariadb" + ] + } + } library("R2DBC Pool", "1.0.0.RELEASE") { group("io.r2dbc") { modules = [