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

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


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 7b7c2133f6f HBASE-28416 Remove hbase-examples from hbase-assembly 
(#5739) (#5755)
7b7c2133f6f is described below

commit 7b7c2133f6f6174f1855baad5fa76eefd8c23e76
Author: Istvan Toth <st...@apache.org>
AuthorDate: Fri Mar 22 02:19:47 2024 +0100

    HBASE-28416 Remove hbase-examples from hbase-assembly (#5739) (#5755)
    
    Signed-off-by: Andrew Purtell <apurt...@apache.org>
    Signed-off-by: Nihal Jain <nihalj...@apache.org>
    Signed-off-by: Tak Lon (Stephen) Wu <tak...@apache.org>
    Signed-off-by: Duo Zhang <zhang...@apache.org>
    (cherry picked from commit c1a11c017d39dac8f8ceea47de7bd8870e47c8d6)
---
 hbase-assembly/pom.xml                                   | 4 ----
 hbase-assembly/src/main/assembly/hadoop-three-compat.xml | 1 -
 hbase-assembly/src/main/assembly/hadoop-two-compat.xml   | 1 -
 3 files changed, 6 deletions(-)

diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index 0fa6933003e..33083dfbc96 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -160,10 +160,6 @@
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-http</artifactId>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hbase</groupId>
-      <artifactId>hbase-examples</artifactId>
-    </dependency>
     <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase-zookeeper</artifactId>
diff --git a/hbase-assembly/src/main/assembly/hadoop-three-compat.xml 
b/hbase-assembly/src/main/assembly/hadoop-three-compat.xml
index 87164d0e73a..5bd3b0ba229 100644
--- a/hbase-assembly/src/main/assembly/hadoop-three-compat.xml
+++ b/hbase-assembly/src/main/assembly/hadoop-three-compat.xml
@@ -38,7 +38,6 @@
         <include>org.apache.hbase:hbase-client</include>
         <include>org.apache.hbase:hbase-common</include>
         <include>org.apache.hbase:hbase-endpoint</include>
-        <include>org.apache.hbase:hbase-examples</include>
         <include>org.apache.hbase:hbase-external-blockcache</include>
         <include>org.apache.hbase:hbase-hadoop-compat</include>
         <include>org.apache.hbase:hbase-hadoop2-compat</include>
diff --git a/hbase-assembly/src/main/assembly/hadoop-two-compat.xml 
b/hbase-assembly/src/main/assembly/hadoop-two-compat.xml
index cb30a48f69a..fffc33a3c41 100644
--- a/hbase-assembly/src/main/assembly/hadoop-two-compat.xml
+++ b/hbase-assembly/src/main/assembly/hadoop-two-compat.xml
@@ -38,7 +38,6 @@
         <include>org.apache.hbase:hbase-client</include>
         <include>org.apache.hbase:hbase-common</include>
         <include>org.apache.hbase:hbase-endpoint</include>
-        <include>org.apache.hbase:hbase-examples</include>
         <include>org.apache.hbase:hbase-external-blockcache</include>
         <include>org.apache.hbase:hbase-hadoop-compat</include>
         <include>org.apache.hbase:hbase-hadoop2-compat</include>

Reply via email to