This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch branch-2.6
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.6 by this push:
new f6be788a893 HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as
explicit test dependency to hbase-http (#7650)
f6be788a893 is described below
commit f6be788a893688cc563366d400cf4678a6f26257
Author: Istvan Toth <[email protected]>
AuthorDate: Tue Jan 20 08:45:12 2026 +0100
HBASE-29836 Add org.bouncycastle:bcpkix-jdk18on as explicit test dependency
to hbase-http (#7650)
(cherry picked from commit 53c142fc7f73ef269fd68b463a732fb6dbcfb23f)
Signed-off-by: Duo Zhang <[email protected]>
(cherry picked from commit 8efcefb8f30365ab3d77716933fdbb6ed67920ad)
---
hbase-http/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/hbase-http/pom.xml b/hbase-http/pom.xml
index e6beaa3e91c..a50f1e7bcdd 100644
--- a/hbase-http/pom.xml
+++ b/hbase-http/pom.xml
@@ -105,6 +105,11 @@
<artifactId>bcprov-jdk18on</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk18on</artifactId>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>