diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index b8c1304401..23674a6baf 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1139,6 +1139,13 @@ bom { ] } } + library("R2DBC MSSQL", "1.0.0.RELEASE") { + group ("io.r2dbc") { + modules = [ + "r2dbc-mssql" + ] + } + } library("R2DBC MySQL", "1.0.0") { group("io.asyncer") { modules = [