HBASE-9718. Add a test scope dependency on org.slf4j:slf4j-api to hbase-client

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1546892 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2013-12-02 04:30:32 +00:00
parent 13e9eda3e7
commit a20b79f278
1 changed files with 5 additions and 0 deletions

View File

@ -135,6 +135,11 @@
<artifactId>log4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<profiles>