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:
Lars George 2010-03-17 12:22:38 +00:00
parent 0f4baf6223
commit 46e773124c
2 changed files with 1 additions and 2 deletions

View File

@ -246,6 +246,7 @@ Release 0.21.0 - Unreleased
(Alexey Kovyrin via Stack) (Alexey Kovyrin via Stack)
HBASE-2334 Slimming of Maven dependency tree - improves assembly build HBASE-2334 Slimming of Maven dependency tree - improves assembly build
speed (Paul Smith via Stack) speed (Paul Smith via Stack)
HBASE-2336 Fix build broken with HBASE-2334 (Lars Francke via Lars George)
IMPROVEMENTS IMPROVEMENTS
HBASE-1760 Cleanup TODOs in HTable HBASE-1760 Cleanup TODOs in HTable

View File

@ -262,13 +262,11 @@
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId> <artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version> <version>${slf4j.version}</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId> <artifactId>slf4j-log4j12</artifactId>
<version>${slf4j.version}</version> <version>${slf4j.version}</version>
<scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jruby</groupId> <groupId>org.jruby</groupId>