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 aa333f5 rename commons-lang3 (#13)
aa333f5 is described below
commit aa333f578b75c6759c510e1e3f6682cd0b6582ae
Author: Calvin Kirs <[email protected]>
AuthorDate: Mon Apr 10 13:55:14 2023 +0800
rename commons-lang3 (#13)
---
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 63ef560..98a0959 100644
--- a/hive-catalog-shade/pom.xml
+++ b/hive-catalog-shade/pom.xml
@@ -385,7 +385,11 @@ under the License.
<relocation>
<pattern>org.apache.http.impl</pattern>
<shadedPattern>shade.doris.hive.org.apache.http.impl</shadedPattern>
- </relocation>
+ </relocation>
+ <relocation>
+ <pattern>org.apache.commons.lang3</pattern>
+
<shadedPattern>shade.doris.hive.org.apache.commons.lang3</shadedPattern>
+ </relocation>
</relocations>
</configuration>
</execution>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]