This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-shade.git
The following commit(s) were added to refs/heads/master by this push: new c62212d realocate http client (#23) c62212d is described below commit c62212d7e545f9824cec124ed258a13423625d10 Author: Siyang Tang <82279870+tangsiyang2...@users.noreply.github.com> AuthorDate: Sun Jun 25 17:19:23 2023 +0800 realocate http client (#23) --- hive-catalog-shade/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml index 30ab003..11b2d4d 100644 --- a/hive-catalog-shade/pom.xml +++ b/hive-catalog-shade/pom.xml @@ -447,6 +447,10 @@ under the License. <pattern>com.google.flatbuffers</pattern> <shadedPattern>shade.doris.hive.com.google.flatbuffers</shadedPattern> </relocation> + <relocation> + <pattern>org.apache.httpcomponents</pattern> + <shadePattern>shade.doris.hive.org.apache.httpcomponents</shadePattern> + </relocation> </relocations> </configuration> </execution> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org