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 3710bec80d4 HBASE-30239 Addendum fix testing build
3710bec80d4 is described below
commit 3710bec80d411b705fe475f09761063621f349b6
Author: Duo Zhang <[email protected]>
AuthorDate: Sun Jun 21 23:45:59 2026 +0800
HBASE-30239 Addendum fix testing build
---
hbase-assembly-byo-hadoop/pom.xml | 2 +-
hbase-assembly/pom.xml | 2 +-
.../src/main/resources/supplemental-models.xml | 13 +++++++++++++
3 files changed, 15 insertions(+), 2 deletions(-)
diff --git a/hbase-assembly-byo-hadoop/pom.xml
b/hbase-assembly-byo-hadoop/pom.xml
index c44399e7677..ecd68bb3151 100644
--- a/hbase-assembly-byo-hadoop/pom.xml
+++ b/hbase-assembly-byo-hadoop/pom.xml
@@ -514,7 +514,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-core</artifactId>
+ <artifactId>hamcrest</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/hbase-assembly/pom.xml b/hbase-assembly/pom.xml
index dcd81ebf260..094fdcf2ded 100644
--- a/hbase-assembly/pom.xml
+++ b/hbase-assembly/pom.xml
@@ -410,7 +410,7 @@
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-core</artifactId>
+ <artifactId>hamcrest</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
diff --git a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
index 0ce3c3ebc64..c2083c8ebae 100644
--- a/hbase-resource-bundle/src/main/resources/supplemental-models.xml
+++ b/hbase-resource-bundle/src/main/resources/supplemental-models.xml
@@ -1553,4 +1553,17 @@ Copyright (c) 2007-2017 The JRuby project
</licenses>
</project>
</supplement>
+ <supplement>
+ <project>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest</artifactId>
+ <licenses>
+ <license>
+ <name>BSD 3-Clause License</name>
+ <url>http://www.opensource.org/licenses/BSD-3-Clause</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
+ </project>
+ </supplement>
</supplementalDataModels>