Commit eda9fe49 authored by Andy Wilkinson's avatar Andy Wilkinson

Fix group IDs of HttpCore v4 and v5 dependency management

See gh-26004
parent ba258390
...@@ -494,7 +494,7 @@ bom { ...@@ -494,7 +494,7 @@ bom {
} }
} }
library("HttpCore", "4.4.14") { library("HttpCore", "4.4.14") {
group("org.apache.httpcomponents.core5") { group("org.apache.httpcomponents") {
modules = [ modules = [
"httpcore", "httpcore",
"httpcore-nio" "httpcore-nio"
...@@ -502,7 +502,7 @@ bom { ...@@ -502,7 +502,7 @@ bom {
} }
} }
library("HttpCore5", "5.1") { library("HttpCore5", "5.1") {
group("org.apache.httpcomponents") { group("org.apache.httpcomponents.core5") {
modules = [ modules = [
"httpcore5", "httpcore5",
"httpcore5-h2", "httpcore5-h2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment