This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new b9d876667 [hotfix] Exclude hbase dependencies in hive 3.1 (#817)
b9d876667 is described below
commit b9d876667eb56942aa465a5691335b8683970ffd
Author: Jingsong Lee <[email protected]>
AuthorDate: Mon Apr 3 15:37:58 2023 +0800
[hotfix] Exclude hbase dependencies in hive 3.1 (#817)
---
paimon-hive/paimon-hive-connector-3.1/pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/paimon-hive/paimon-hive-connector-3.1/pom.xml
b/paimon-hive/paimon-hive-connector-3.1/pom.xml
index 4ff741e84..d15b56e78 100644
--- a/paimon-hive/paimon-hive-connector-3.1/pom.xml
+++ b/paimon-hive/paimon-hive-connector-3.1/pom.xml
@@ -436,6 +436,10 @@ under the License.
<groupId>org.pentaho</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>
@@ -469,6 +473,10 @@ under the License.
<groupId>org.pentaho</groupId>
<artifactId>*</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>*</artifactId>
+ </exclusion>
</exclusions>
</dependency>