Skip to content

Commit

Permalink
remove hbase-server dependency (apache#9278)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Renkai authored Jan 22, 2021
1 parent 54a04c0 commit f1abe7c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pulsar-io/hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,6 @@
<version>${hbase.version}</version>
</dependency>

<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>
Expand Down

0 comments on commit f1abe7c

Please sign in to comment.