Skip to content

Commit fd1b596

Browse files
committed
Remove MySQL module that is no longer published
Closes gh-34021
1 parent 48bc12d commit fd1b596

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1003,13 +1003,6 @@ bom {
10031003
}
10041004
]
10051005
}
1006-
group("mysql") {
1007-
modules = [
1008-
"mysql-connector-java" {
1009-
exclude group: "com.google.protobuf", module: "protobuf-java"
1010-
}
1011-
]
1012-
}
10131006
}
10141007
library("Native Build Tools Plugin", "${nativeBuildToolsVersion}") {
10151008
group("org.graalvm.buildtools") {

0 commit comments

Comments
 (0)