You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by di...@apache.org on 2023/04/10 04:00:47 UTC

[doris-shade] branch catalog-hive updated: Update pom.xml (#12)

This is an automated email from the ASF dual-hosted git repository.

diwu pushed a commit to branch catalog-hive
in repository https://gitbox.apache.org/repos/asf/doris-shade.git


The following commit(s) were added to refs/heads/catalog-hive by this push:
     new 22a0980  Update pom.xml (#12)
22a0980 is described below

commit 22a0980e8afb87e6cc5ef1141319a608835082ec
Author: Calvin Kirs <ki...@apache.org>
AuthorDate: Mon Apr 10 12:00:41 2023 +0800

    Update pom.xml (#12)
---
 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 74f810b..63ef560 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -382,6 +382,10 @@ under the License.
                                     <pattern>com.google.protobuf</pattern>
                                     <shadedPattern>shade.doris.hive.com.google.protobuf</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>org.apache.http.impl</pattern>
+                                    <shadedPattern>shade.doris.hive.org.apache.http.impl</shadedPattern>
+                                </relocation>                              
                             </relocations>
                         </configuration>
                     </execution>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org