This is an automated email from the ASF dual-hosted git repository.
liuxiaocs7 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/master by this push:
new 8600fd69cb8 HBASE-30103 Fix error running TestZstdDictionarySplitMerge
test (#8114)
8600fd69cb8 is described below
commit 8600fd69cb89eca6c33b74044f59612de6de4384
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 c2e4633b398..f829c174a04 100644
--- a/hbase-compression/pom.xml
+++ b/hbase-compression/pom.xml
@@ -45,6 +45,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>