You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nd...@apache.org on 2020/06/03 17:27:50 UTC

[hbase] branch branch-2.3 updated: HBASE-24309 ADDENDUM remove redundant dependency

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

ndimiduk pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new 2b2adba  HBASE-24309 ADDENDUM remove redundant dependency
2b2adba is described below

commit 2b2adbab449db6ae6186cee926446ff19eafbc69
Author: Nick Dimiduk <nd...@apache.org>
AuthorDate: Wed Jun 3 10:14:48 2020 -0700

    HBASE-24309 ADDENDUM remove redundant dependency
---
 hbase-examples/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/hbase-examples/pom.xml b/hbase-examples/pom.xml
index 571808d..c81c6cc 100644
--- a/hbase-examples/pom.xml
+++ b/hbase-examples/pom.xml
@@ -103,10 +103,6 @@
     </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
-      <artifactId>hbase-common</artifactId>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-client</artifactId>
     </dependency>
     <dependency>