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

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


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

commit c1a11c017d39dac8f8ceea47de7bd8870e47c8d6
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>
---
 hbase-assembly/pom.xml                                   | 4 ----
 hbase-assembly/src/main/assembly/hadoop-three-compat.xml | 1 -
 2 files changed, 5 deletions(-)

diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index a6e88cdbf77..44f8d0a198f 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 9db45b0d475..27962b6e473 100644
--- a/hbase-assembly/src/main/assembly/hadoop-three-compat.xml
+++ b/hbase-assembly/src/main/assembly/hadoop-three-compat.xml
@@ -40,7 +40,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-http</include>

Reply via email to