HBASE-7304 assembly:assembly doesn't include the correct hbase-hadoop compat jars for hadoop 2

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1419626 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
eclark 2012-12-10 18:17:58 +00:00
parent d6bc735d19
commit 5c39f7258e
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
<include>org.apache.hbase:hbase-common</include>
<include>org.apache.hbase:hbase-hadoop-compat</include>
<include>org.apache.hbase:hbase-server</include>
<include>org.apache.hbase:hbase-hadoop1-compat</include>
<include>org.apache.hbase:hbase-hadoop2-compat</include>
<include>org.apache.hbase:hbase-examples</include>
</includes>
<!-- Include all the sources in the top directory -->