diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 43095077a2c..3eee381938b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -989,13 +989,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") {