Skip to content

Commit

Permalink
[CALCITE-6669] Httpcore/Httpclient not relocated in shaded Avatica jar
Browse files Browse the repository at this point in the history
  • Loading branch information
stoty committed Nov 4, 2024
1 parent fa7178c commit 3239494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaded/core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ tasks {
listOf(
"com.fasterxml.jackson",
"com.google.protobuf",
"org.apache.http",
"org.apache.hc",
"org.apache.commons"
).forEach {
relocate(it, "${project.group}.$it")
Expand Down

0 comments on commit 3239494

Please sign in to comment.