You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2021/09/26 09:27:34 UTC

[incubator-inlong] branch master updated: [INLONG-1587][Sort] Fix compile error (#1588)

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

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong.git


The following commit(s) were added to refs/heads/master by this push:
     new e88fee9  [INLONG-1587][Sort] Fix compile error (#1588)
e88fee9 is described below

commit e88fee9d1a56cfaee3aa78d8beba8affd0121fc8
Author: leo65535 <91...@users.noreply.github.com>
AuthorDate: Sun Sep 26 17:27:28 2021 +0800

    [INLONG-1587][Sort] Fix compile error (#1588)
---
 inlong-sort/pom.xml | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/inlong-sort/pom.xml b/inlong-sort/pom.xml
index 566fbeb..72ec9ec 100644
--- a/inlong-sort/pom.xml
+++ b/inlong-sort/pom.xml
@@ -220,6 +220,10 @@
                         <groupId>org.apache.logging.log4j</groupId>
                         <artifactId>log4j-slf4j-impl</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.hbase</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 
@@ -276,6 +280,10 @@
                         <groupId>org.apache.parquet</groupId>
                         <artifactId>parquet-hadoop-bundle</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.hbase</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>
 
@@ -304,6 +312,10 @@
                         <groupId>org.apache.logging.log4j</groupId>
                         <artifactId>log4j-slf4j-impl</artifactId>
                     </exclusion>
+                    <exclusion>
+                        <groupId>org.apache.hbase</groupId>
+                        <artifactId>*</artifactId>
+                    </exclusion>
                 </exclusions>
             </dependency>