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

penghui pushed a commit to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/branch-2.7 by this push:
     new e53f08c  remove hbase-server dependency (#9278)
e53f08c is described below

commit e53f08c62b4ccb4775061b4a533c48509177e069
Author: Renkai Ge <[email protected]>
AuthorDate: Fri Jan 22 23:10:17 2021 +0800

    remove hbase-server dependency (#9278)
    
    Our repository actually don't need to use this dependency.
    It slow down the build cycle and triggered CI fail now because some of its 
dependency is set to private now.
    
    (cherry picked from commit f1abe7cd1f6896fdc5cc3f3c2a8c401e1ceed73e)
---
 pulsar-io/hbase/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pulsar-io/hbase/pom.xml b/pulsar-io/hbase/pom.xml
index 14cb760..f3372e7 100644
--- a/pulsar-io/hbase/pom.xml
+++ b/pulsar-io/hbase/pom.xml
@@ -72,12 +72,6 @@
 
         <dependency>
             <groupId>org.apache.hbase</groupId>
-            <artifactId>hbase-server</artifactId>
-            <version>${hbase.version}</version>
-        </dependency>
-
-        <dependency>
-            <groupId>org.apache.hbase</groupId>
             <artifactId>hbase-common</artifactId>
             <version>${hbase.version}</version>
         </dependency>

Reply via email to