You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by zo...@apache.org on 2023/06/02 09:38:52 UTC

[doris-shade] branch catalog-hive updated: rename com.google.flatbuffers (#19)

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

zouxinyi 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 ab7af1e  rename com.google.flatbuffers (#19)
ab7af1e is described below

commit ab7af1e2cff152a506f2ddbdf48bc85c2e354391
Author: WenYao <72...@qq.com>
AuthorDate: Fri Jun 2 17:38:46 2023 +0800

    rename com.google.flatbuffers (#19)
---
 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 42a3ea9..0948306 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -443,6 +443,10 @@ under the License.
                                     <pattern>org.apache.commons.cli</pattern>
                                     <shadedPattern>shade.doris.hive.org.apache.commons.cli</shadedPattern>
                                 </relocation>
+                                <relocation>
+                                    <pattern>com.google.flatbuffers</pattern>
+                                    <shadedPattern>shade.doris.hive.com.google.flatbuffers</shadedPattern>
+                                </relocation>
                             </relocations>
                         </configuration>
                     </execution>


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