This is an automated email from the ASF dual-hosted git repository.
jinsongzhou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git
The following commit(s) were added to refs/heads/master by this push:
new 8ca447950 [AMORO-2752] Remove tephra dependencies introduced by hive
(#2753)
8ca447950 is described below
commit 8ca4479503927b05758e6d7b90ca2c52279a1741
Author: Paul Lin <[email protected]>
AuthorDate: Fri Apr 19 15:40:50 2024 +0800
[AMORO-2752] Remove tephra dependencies introduced by hive (#2753)
Co-authored-by: ZhouJinsong <[email protected]>
---
pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/pom.xml b/pom.xml
index cc75c0204..650a30f3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -698,6 +698,10 @@
<groupId>org.apache.zookeeper</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>co.cask.tephra</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>