This is an automated email from the ASF dual-hosted git repository.
Apache9 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 a9142abe6da HBASE-30200 Addendum forward port branch-2 changes to
master and branch-3 (#8375)
a9142abe6da is described below
commit a9142abe6da2ba8f5f4302c27f82c95cce321ae7
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Jun 18 23:19:25 2026 +0800
HBASE-30200 Addendum forward port branch-2 changes to master and branch-3
(#8375)
---
hbase-testing-util/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hbase-testing-util/pom.xml b/hbase-testing-util/pom.xml
index 07b92ddbe48..4c89b4d0cda 100644
--- a/hbase-testing-util/pom.xml
+++ b/hbase-testing-util/pom.xml
@@ -118,12 +118,12 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
- <scope>test</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <scope>test</scope>
+ <scope>compile</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>