HBASE-2336 Fix build broken with HBASE-2334 (Lars Francke via Lars George)
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@924254 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0f4baf6223
commit
46e773124c
|
@ -246,6 +246,7 @@ Release 0.21.0 - Unreleased
|
|||
(Alexey Kovyrin via Stack)
|
||||
HBASE-2334 Slimming of Maven dependency tree - improves assembly build
|
||||
speed (Paul Smith via Stack)
|
||||
HBASE-2336 Fix build broken with HBASE-2334 (Lars Francke via Lars George)
|
||||
|
||||
IMPROVEMENTS
|
||||
HBASE-1760 Cleanup TODOs in HTable
|
||||
|
|
|
@ -262,13 +262,11 @@
|
|||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-api</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>slf4j-log4j12</artifactId>
|
||||
<version>${slf4j.version}</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jruby</groupId>
|
||||
|
|
Loading…
Reference in New Issue