From fd1b596937ffece10b6baa60cd54fa9439886a5e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 31 Jan 2023 10:18:03 +0000 Subject: [PATCH] Remove MySQL module that is no longer published Closes gh-34021 --- spring-boot-project/spring-boot-dependencies/build.gradle | 7 ------- 1 file changed, 7 deletions(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 0deb57a5906..47cd6dd60d3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1003,13 +1003,6 @@ bom { } ] } - group("mysql") { - modules = [ - "mysql-connector-java" { - exclude group: "com.google.protobuf", module: "protobuf-java" - } - ] - } } library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") { group("org.graalvm.buildtools") {