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") {