Fix group IDs of HttpCore v4 and v5 dependency management

See gh-26004
This commit is contained in:
Andy Wilkinson 2021-04-12 10:41:57 +01:00
parent ba2583900f
commit eda9fe4952

View File

@ -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",