From c3e739c751fde4261b1ba4b4c3e0a58a0e15d147 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 18 Apr 2023 19:05:12 +0100 Subject: [PATCH] Add dependency management for io.asyncer:r2dbc-mysql Closes gh-34927 --- .../spring-boot-dependencies/build.gradle | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index f6cd831b656..ea77d740112 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -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 = [