Fix group IDs of HttpCore v4 and v5 dependency management

See gh-26004
pull/26041/head
Andy Wilkinson 4 years ago
parent ba2583900f
commit eda9fe4952

@ -494,7 +494,7 @@ bom {
}
}
library("HttpCore", "4.4.14") {
group("org.apache.httpcomponents.core5") {
group("org.apache.httpcomponents") {
modules = [
"httpcore",
"httpcore-nio"
@ -502,7 +502,7 @@ bom {
}
}
library("HttpCore5", "5.1") {
group("org.apache.httpcomponents") {
group("org.apache.httpcomponents.core5") {
modules = [
"httpcore5",
"httpcore5-h2",

Loading…
Cancel
Save