HBASE-3783 hbase-0.90.2.jar exists in hbase root and in 'lib/'
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1092542 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
94ee83f348
commit
a4b61ccddc
|
@ -210,6 +210,7 @@ Release 0.90.3 - Unreleased
|
|||
one column is returned (Jerry Chen)
|
||||
HBASE-3708 createAndFailSilent is not so silent; leaves lots of logging
|
||||
in ensemble logs (Dmitriy Ryaboy)
|
||||
HBASE-3783 hbase-0.90.2.jar exists in hbase root and in 'lib/'
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-3747 ReplicationSource should differanciate remote and local exceptions
|
||||
|
|
|
@ -64,6 +64,9 @@
|
|||
<outputDirectory>/lib</outputDirectory>
|
||||
<unpack>false</unpack>
|
||||
<scope>runtime</scope>
|
||||
<excludes>
|
||||
<exclude>org.apache.hbase:hbase</exclude>
|
||||
</excludes>
|
||||
</dependencySet>
|
||||
</dependencySets>
|
||||
</assembly>
|
||||
|
|
Loading…
Reference in New Issue