From 963da20493dacdc0ac295da63081fb6982f67f90 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 25 Apr 2023 10:23:12 +0100 Subject: [PATCH] Reinstate dependency management for io.r2dbc:r2dbc-mssql Closes gh-35159 --- 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 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 = [