This is an automated email from the ASF dual-hosted git repository.
liuxiaocs7 pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.5 by this push:
new 4b270ad5dcd HBASE-30103 Fix error running TestZstdDictionarySplitMerge
test (#8114)
4b270ad5dcd is described below
commit 4b270ad5dcd54afaabe78c080cfce6d00fec5bc7
Author: Hari Krishna Dara <[email protected]>
AuthorDate: Fri Apr 24 13:50:35 2026 +0530
HBASE-30103 Fix error running TestZstdDictionarySplitMerge test (#8114)
Signed-off-by: Dávid Paksy <[email protected]>
Signed-off-by: Xiao Liu <[email protected]>
Signed-off-by: Duo Zhang <[email protected]>
---
hbase-compression/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hbase-compression/pom.xml b/hbase-compression/pom.xml
index 4b99b3dd34b..680af73dea0 100644
--- a/hbase-compression/pom.xml
+++ b/hbase-compression/pom.xml
@@ -46,6 +46,11 @@
<artifactId>hbase-resource-bundle</artifactId>
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>org.junit.jupiter</groupId>
+ <artifactId>junit-jupiter-api</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>