You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by mo...@apache.org on 2023/04/14 13:22:24 UTC

[doris-shade] branch catalog-hive updated: rename commons-cli to prevent conflicts (#14)

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

morningman 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 41b1ff1  rename commons-cli to prevent conflicts (#14)
41b1ff1 is described below

commit 41b1ff15e0b0b3f4bed9390828ea6f5be9e6a39e
Author: Calvin Kirs <ki...@apache.org>
AuthorDate: Fri Apr 14 21:22:19 2023 +0800

    rename commons-cli to prevent conflicts (#14)
---
 hive-catalog-shade/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/hive-catalog-shade/pom.xml b/hive-catalog-shade/pom.xml
index 092e1e9..c46cb1b 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -387,7 +387,11 @@ under the License.
                                 <relocation>
                                     <pattern>org.apache.commons.lang3</pattern>
                                     <shadedPattern>shade.doris.hive.org.apache.commons.lang3</shadedPattern>
-                                </relocation>                                     
+                                </relocation>   
+                                <relocation>
+                                    <pattern>org.apache.commons.cli</pattern>
+                                    <shadedPattern>shade.doris.hive.org.apache.commons.cli</shadedPattern>
+                                </relocation>   
                             </relocations>
                         </configuration>
                     </execution>


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