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

Reply via email to