You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/04/03 14:56:04 UTC

[hbase] branch branch-2 updated: HBASE-25696 Addendum add missing hbase-logging test-jar dependency

This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new 5d7e4be  HBASE-25696 Addendum add missing hbase-logging test-jar dependency
5d7e4be is described below

commit 5d7e4beec4e8506a6a9db0f9d3d7bcf98869e932
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sat Apr 3 22:55:05 2021 +0800

    HBASE-25696 Addendum add missing hbase-logging test-jar dependency
---
 hbase-shaded/hbase-shaded-testing-util-tester/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
index a46381f..eec990e 100644
--- a/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
+++ b/hbase-shaded/hbase-shaded-testing-util-tester/pom.xml
@@ -40,6 +40,12 @@
       <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>
       <scope>test</scope>