HBASE-25696 Addendum add missing hbase-logging test-jar dependency

This commit is contained in:
Duo Zhang 2021-04-03 22:55:05 +08:00
parent 554e039817
commit 5d7e4beec4
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-logging</artifactId>
<type>test-jar</type>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>