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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to