Skip to content

Commit 3229250

Browse files
authored
HBASE-28416 Remove hbase-examples from hbase-assembly (apache#5739)
Signed-off-by: Andrew Purtell <[email protected]> Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Tak Lon (Stephen) Wu <[email protected]>
1 parent e3825ca commit 3229250

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

hbase-assembly/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@
160160
<groupId>org.apache.hbase</groupId>
161161
<artifactId>hbase-http</artifactId>
162162
</dependency>
163-
<dependency>
164-
<groupId>org.apache.hbase</groupId>
165-
<artifactId>hbase-examples</artifactId>
166-
</dependency>
167163
<dependency>
168164
<groupId>org.apache.hbase</groupId>
169165
<artifactId>hbase-zookeeper</artifactId>

hbase-assembly/src/main/assembly/hadoop-three-compat.xml

-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
<include>org.apache.hbase:hbase-client</include>
4141
<include>org.apache.hbase:hbase-common</include>
4242
<include>org.apache.hbase:hbase-endpoint</include>
43-
<include>org.apache.hbase:hbase-examples</include>
4443
<include>org.apache.hbase:hbase-external-blockcache</include>
4544
<include>org.apache.hbase:hbase-hadoop-compat</include>
4645
<include>org.apache.hbase:hbase-http</include>

0 commit comments

Comments
 (0)