parent
21068a5bc4
commit
f24afd9685
|
|
@ -1370,7 +1370,7 @@ bom {
|
|||
]
|
||||
}
|
||||
}
|
||||
library("MySQL", "8.0.31") {
|
||||
library("MySQL", "8.0.32") {
|
||||
group("com.mysql") {
|
||||
modules = [
|
||||
"mysql-connector-j" {
|
||||
|
|
@ -1378,13 +1378,6 @@ bom {
|
|||
}
|
||||
]
|
||||
}
|
||||
group("mysql") {
|
||||
modules = [
|
||||
"mysql-connector-java" {
|
||||
exclude group: "com.google.protobuf", module: "protobuf-java"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
library("NekoHTML", "1.9.22") {
|
||||
group("net.sourceforge.nekohtml") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue