HBASE-14952 ensure correct components in source assembly.
* hbase-external-blockcache * hbase-spark * remove duplicate inclusion of hbase-shaded-{client,server} Signed-off-by: stack <stack@apache.org>
This commit is contained in:
parent
ca7a82fb57
commit
d238c17f31
|
@ -37,6 +37,7 @@
|
|||
<include>org.apache.hbase:hbase-client</include>
|
||||
<include>org.apache.hbase:hbase-common</include>
|
||||
<include>org.apache.hbase:hbase-examples</include>
|
||||
<include>org.apache.hbase:hbase-external-blockcache</include>
|
||||
<include>org.apache.hbase:hbase-hadoop2-compat</include>
|
||||
<include>org.apache.hbase:hbase-hadoop-compat</include>
|
||||
<include>org.apache.hbase:hbase-it</include>
|
||||
|
@ -47,9 +48,8 @@
|
|||
<include>org.apache.hbase:hbase-resource-bundle</include>
|
||||
<include>org.apache.hbase:hbase-server</include>
|
||||
<include>org.apache.hbase:hbase-shaded</include>
|
||||
<include>org.apache.hbase:hbase-shaded-client</include>
|
||||
<include>org.apache.hbase:hbase-shaded-server</include>
|
||||
<include>org.apache.hbase:hbase-shell</include>
|
||||
<include>org.apache.hbase:hbase-spark</include>
|
||||
<include>org.apache.hbase:hbase-testing-util</include>
|
||||
<include>org.apache.hbase:hbase-thrift</include>
|
||||
</includes>
|
||||
|
|
Loading…
Reference in New Issue